/* Font face declarations for Moura branding */

@font-face {
    font-family: 'Heavy Heap';
    src: url('../fonts/heavy_heap.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Almanach';
    src: url('../fonts/AlmanachTest-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Almanach';
    src: url('../fonts/AlmanachTest-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almanach';
    src: url('../fonts/AlmanachTest-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}