﻿@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-display: swap;
    src: url("/fonts/roboto/roboto.ttf") format("truetype-variations");
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-display: swap;
    src: url("/fonts/roboto-condensed/roboto-condensed.ttf") format("truetype-variations");
}

html, body, .body1 {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

@media (max-width: 768px) {
    html, body, .body1 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.body2 {
    font-family: Roboto, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

@media (max-width: 768px) {
    .body2 {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.caption {
    font-family: Roboto, sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
}

.overline {
    font-family: Roboto, sans-serif;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.75rem;
}

h1, .h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 7rem;
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 3.75rem;
        line-height: 4.5rem;
    }
}

h2, .h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.5rem;
}

@media (max-width: 768px) {
    h2, .h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

h3, .h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.5rem;
}

@media (max-width: 768px) {
    h3, .h3 {
        font-size: 2.125rem;
        line-height: 2.5rem;
    }
}

h4, .h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5rem;
}

@media (max-width: 768px) {
    h4, .h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

h5, .h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
}

@media (max-width: 768px) {
    h5, .h5 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

h6, .h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
}

@media (max-width: 768px) {
    h6, .h6 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

.urlLink {
    cursor: pointer;
    color: var(--primary-700);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}