@font-face {
    font-family: 'BR Omny';
    src: url('../fonts/br-omny/BROmny-Light-BF65557eb87f5b9.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Omny';
    src: url('../fonts/br-omny/BROmny-Regular-BF65557eb88143f.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Omny';
    src: url('../fonts/br-omny/BROmny-Medium-BF65557eb8745de.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Omny';
    src: url('../fonts/br-omny/BROmny-SemiBold-BF65557eb890e9a.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Omny';
    src: url('../fonts/br-omny/BROmny-Bold-BF65557eb88a83f.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Omny';
    src: url('../fonts/br-omny/BROmny-Black-BF65557eb8858b2.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-brand: 'BR Omny', 'Inter', -apple-system, sans-serif;
}
