/* Font definitions */
@font-face {
    font-family: 'Redaction';
    src: url('../fonts/Redaction-Regular.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Regular.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Medium.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* CSS variables */
:root {
    --black: #1A1A1A;
    --white: #FFFFFF;
    --yellow: #FFFF54;
    --yellow-transparent: rgba(255, 255, 84, 0.7);
    --green: #A0FF78;
}