@font-face {
    font-family: 'Inter';
    src: url('/fonts/InterVariable.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 800;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/InterVariable-Italic.woff2') format('woff2');
    font-style: italic;
    font-weight: 100 800;
}

@font-face {
    font-family: 'Instrument Serif';
    src: url('/fonts/InstrumentSerif-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Instrument Serif';
    src: url('/fonts/InstrumentSerif-Italic.woff2') format('woff2');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'Jetbrains Mono';
    src: url('/fonts/JetBrainsMono.woff2') format('woff2');
    font-style: normal;
    font-weight: 100 800;
}

@font-face {
    font-family: 'Jetbrains Mono';
    src: url('/fonts/JetBrainsMono-Italic.woff2') format('woff2');
    font-style: italic;
    font-weight: 100 800;
}

h1 {
    font-size: 4rem;
    letter-spacing: -0.4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    color: rgba(255, 255, 255, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Instrument Serif', serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

p {
    font-family: 'Inter', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    font-weight: 500;
}