@font-face {
    font-family: 'OMRCurrency';
    src: url('/themes/martfury/fonts/OMRCurrency.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    /* Apply ONLY to the private unicode */
    unicode-range: U+E001;
}

:root {
    --primary-font: "Space Grotesk",'OMRCurrency', sans-serif;
}

.header__top{
    background-color: white !important;
}

.ps-container{
    background-color: white !important;
}

.header--mobile{
    background-color: white !important;
}

.header--mobile.header--sticky .navigation--mobile {
    background-color: white !important;
}