@import url('styles-base.css');

@font-face {
    font-family: 'header-mega';
    font-weight: 900;
    src: url('/fonts/Poppins/Poppins-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'header-punchline';
    font-weight: 900;
    __src: url('/fonts/DM-Serif-Display/DMSerifDisplay-Regular.woff2') format('woff2');
    src: url('/fonts/Source-Serif-4/static/SourceSerif4_36pt-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'main';
    font-weight: 400;
    __transform: scaleX(0.751873);
    __src: url('/fonts/Inter-Tight/static/InterTight-Regular.woff2') format('woff2');
    __src: url('/fonts/IBM-Plex-Sans/IBMPlexSans-Regular.woff2') format('woff2');
    src: url('/fonts/Adwaita/AdwaitaSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'main';
    font-weight: 700;
    font-style: normal;
    __src: url('/fonts/IBM-Plex-Sans/IBMPlexSans-Bold.woff2') format('woff2');
    __src: url('/fonts/Adwaita/AdwaitaSans-Regular.woff2') format('woff2');
    src: url('/fonts/Inter-Tight/static/InterTight-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'main';
    font-weight: 700;
    font-style: italic;
    __src: url('/fonts/Adwaita/AdwaitaSans-Italic.woff2') format('woff2');
    src: url('/fonts/Inter-Tight/static/InterTight-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'code';
    font-weight: 400;
    src: url('/fonts/Ubuntu-Mono/UbuntuMono-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'code';
    font-weight: 700;
    src: url('/fonts/Ubuntu-Mono/UbuntuMono-Bold.woff2') format('woff2');
}

@font-face {
    font-family: "menu";
    font-weight: 100;
    src: url("fonts/Poppins/Poppins-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "button";
    font-weight: 400;
    src: url("fonts/Poppins/Poppins-Medium.woff2") format("woff2");
}
