@font-face {
    font-family: 'somar-sans';
    src: url('../fonts/SomarSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'somar-sans';
    src: url('../fonts/SomarSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'somar-sans';
    src: url('../fonts/SomarSans-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Add more font weights as needed */
