/* Local Font Declarations for Landing Page */
/* Downloaded from Google Fonts for self-hosting */

/* Instrument Sans Variable Font - for section titles */
@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('./InstrumentSans-Variable.woff2') format('woff2');
}

/* Inter Variable Font - supports weights 100-900 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('./Inter-Variable.woff2') format('woff2');
}

/* Instrument Serif Font Family */
@font-face {
    font-family: 'Instrument Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./InstrumentSerif-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Instrument Serif';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('./InstrumentSerif-Italic.woff2') format('woff2');
}

/* JetBrains Mono Variable Font - supports weights 100-800 */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    src: url('./JetBrainsMono-Variable.woff2') format('woff2');
}
