:root {
    color-scheme: light only;
}

@font-face {
    font-family: 'Sebastian Bobby Alt';
    src: url('/fonts/SebastianBobbyAlt.woff2') format('woff2'),
        url('/fonts/SebastianBobbyAlt.woff') format('woff'),
        url('/fonts/SebastianBobbyAlt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plantin';
    src: url('/fonts/Plantin-Light.woff2') format('woff2'),
        url('/fonts/Plantin-Light.woff') format('woff'),
        url('/fonts/Plantin-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Arabic Pro Md';
    src: url('/fonts/BasisGrotesqueArabicPro-Medium.woff2') format('woff2'),
        url('/fonts/BasisGrotesqueArabicPro-Medium.woff') format('woff'),
        url('/fonts/BasisGrotesqueArabicPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}