@font-face {
    font-family: "WesternDigits";
    src: local("Inter"), local("Arial"), local("sans-serif");
    unicode-range: U+0030-0039;
}
:root {
    --font-family: "WesternDigits", "Almarai", sans-serif;
}
html, body {
    font-family: "WesternDigits", "Almarai", sans-serif !important;
    font-variant-numeric: lining-nums !important;
    -moz-font-feature-settings: "lnum" 1 !important;
    -webkit-font-feature-settings: "lnum" 1 !important;
    font-feature-settings: "lnum" 1 !important;
}
.current-semester-header {
    position: sticky;
    top: 0;
    z-index: 40;
}
svg.w-4 { width: 1rem !important; height: 1rem !important; }
svg.w-5 { width: 1.25rem !important; height: 1.25rem !important; }
svg.w-6 { width: 1.5rem !important; height: 1.5rem !important; }
svg.w-8 { width: 2rem !important; height: 2rem !important; }
svg.w-10 { width: 2.5rem !important; height: 2.5rem !important; }
svg.w-12 { width: 3rem !important; height: 3rem !important; }
