﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.type-opensans {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%; 
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-opensans p, .type-opensans td, .type-opensans li, .type-opensans label {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.07rem; 
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-opensans h1, .type-opensans h2, .type-opensans h3, .type-opensans h4, .type-opensans h5, .type-opensans h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: none;
    font-style: normal;
}        

.type-opensans h1 {font-size: 2.5rem;margin:0.4rem 0;}
.type-opensans h2 {font-size: 2rem;margin:0.6rem 0;}
.type-opensans h3 {font-size: 1.75rem;margin:0.7rem 0;}
.type-opensans h4 {font-size: 1.6rem;margin:0.8rem 0;}
.type-opensans h5 {font-size: 1.48rem;margin:0.8rem 0;}
.type-opensans h6 {font-size: 1.3rem;margin:0.8rem 0;}
.type-opensans p {margin:1rem 0;}  

.type-opensans .display { margin-bottom: 0.5rem; }
.type-opensans .display h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 3rem;
    letter-spacing: 0px;
    line-height: 1.1;
    text-transform: none;
    font-style: normal;
}
.type-opensans .display p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
}

@media all and (min-width: 1921px) { 
    .type-opensans .v2 h1 {font-size:1.98vw}
    .type-opensans .v2 p,
    .type-opensans .v2 td, 
    .type-opensans .v2 li, 
    .type-opensans .v2 label {font-size:0.94vw}
}