@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Questrial&display=swap');

html body {
    font-size: 20px;
    line-height: 1.4;
    color: #7c7b7b;
    font-family: "Carlito", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}




body b,
body strong {
    font-weight: bold;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
ul.dt-ticker__list li {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;


}




body h1,
body .h1 {
    font-size: 3.4em;
}

body h2,
body .h2 {
    font-size: 73px;
    line-height: 79px;
}

body h3,
body .h3 {
    font-size: 73px;
    line-height: 79px;
}

body h4,
body .h4 {
    font-size: 36px;
}

body h5,
body .h5 {
    font-size: 1.6em;
}

body h6,
body .h6 {
    font-size: 1.0em;
}

@media screen and (max-width: 768px) {

    body h1,
    body .h1 {
        font-size: 35px;
        line-height: 41px;
    }

    body h2,
    body .h2 {
        font-size: 35px;
        line-height: 41px;
    }

    body h3,
    body .h3 {
        font-size: 1.5em;
    }

    body h4,
    body .h4 {
        font-size: 1.3em;
    }

    body h5,
    body .h5 {
        font-size: 1.2em;
    }

    body h6,
    body .h6 {
        font-size: 1.0em;
    }
}