@font-face {
    font-family: 'Flama';
    src: url('/fonts/Flama/Flama Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flama';
    src: url('/fonts/Flama/Flama Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Flama';
    src: url('/fonts/Flama/Flama Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Flama';
    src: url('/fonts/Flama/Flama Bold Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Flama Semicondensed';
    src: url('/fonts/Flama/Flama Semicondensed Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
