@font-face {
    font-family: "Gotham";
    src: url("../../fonts/subset-Gotham-Black.woff2") format("woff2"),
         url("../../fonts/subset-Gotham-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../../fonts/subset-Gotham-Bold.woff2") format("woff2"),
         url("../../fonts/subset-Gotham-Bold.woff") format("woff");
    font-weight: 600 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../../fonts/subset-Gotham-Medium.woff2") format("woff2"),
         url("../../fonts/subset-Gotham-Medium.woff") format("woff");
    font-weight: 300 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../../fonts/subset-GothamMedium-Italic.woff2") format("woff2"),
         url("../../fonts/subset-GothamMedium-Italic.woff") format("woff");
    font-weight: 300 500;
    font-style: italic;
    font-display: swap;
}

:root {
    --harte-color-primary: #92073a;
    --harte-color-accent: #c8d400;
    --harte-color-text-muted: #a4a4a4;
    --harte-font-heading: "Gotham", "Helvetica Neue", Arial, sans-serif;
    --harte-font-body: "Source Sans 3", Arial, sans-serif;
    --harte-button-radius: 8px;
    --harte-pill-radius: 4px;
}

