/* Regular / Normal */
@font-face {
    font-family: 'Simpler Pro HL AR';
    src: url('../fonts/SimplerPro_HLAR-Regular.ttf') format('truetype'),
         url('../fonts/SimplerPro_HLAR-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Simpler Pro HL AR';
    src: url('../fonts/SimplerPro_HLAR-Bold.ttf') format('truetype'),
         url('../fonts/SimplerPro_HLAR-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'almoni-tzar';
    src: url('../fonts/SimplerPro_HLAR-Bold.ttf') format('truetype'),
         url('../fonts/SimplerPro_HLAR-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}