@font-face {
    font-family: "SF Pro";
    src:
        local("SF Pro Text Regular"),
        local("SF Pro Text"),
        url("fonts/SF-Pro-Text-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro";
    src:
        local("SF Pro Text Regular Italic"),
        local("SF Pro Text Italic"),
        url("fonts/SF-Pro-Text-RegularItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro";
    src:
        local("SF Pro Text Medium"),
        local("SF Pro Text"),
        url("fonts/SF-Pro-Text-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro";
    src:
        local("SF Pro Text Semibold"),
        local("SF Pro Text"),
        url("fonts/SF-Pro-Text-Semibold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro";
    src:
        local("SF Pro Text Bold"),
        local("SF Pro Text"),
        url("fonts/SF-Pro-Text-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Cubeology O";
    src: url("fonts/cubeology.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --brand-font: "SF Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
textarea,
select {
    font-family: var(--brand-font);
}

h1,
h2,
h3,
.brand-wordmark-main,
.brand-wordmark-sub,
.primary-button,
.secondary-button,
.corner-button,
.meta-pill {
    font-family: var(--brand-font);
}

h1,
h2,
h3 {
    font-weight: 700;
    letter-spacing: -0.035em;
}
