/* Supermetrics brand fonts — https://brand.supermetrics.com/brand-elements/typography */

/* Headings */
@font-face {
    font-family: 'Neue Haas Grotesk Display';
    src: url('/assets/fonts/NeueHaasGroteskDisplay-65Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Body copy — regular */
@font-face {
    font-family: 'Neue Haas Grotesk Text';
    src: url('/assets/fonts/NeueHaasGroteskText-55Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Body copy — medium */
@font-face {
    font-family: 'Neue Haas Grotesk Text';
    src: url('/assets/fonts/NeueHaasGroteskText-65Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Numerals */
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('/assets/fonts/IBMPlexSans-Variable.ttf') format('truetype');
    font-weight: 100 700;
    font-style: normal;
    font-display: swap;
}

