/*
 * LG200 Fonts — Pilat (headlines) + Manrope (body)
 */

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

@font-face {
    font-family: 'Pilat';
    src: url('../fonts/Pilat Demi (1).ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pilat Wide';
    src: url('../fonts/Pilat Wide Book (1).ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pilat Wide';
    src: url('../fonts/Pilat Wide Heavy (1).otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-VariableFont_wght(1).ttf') format('truetype');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}
