/* Elgraine — apenas os pesos utilizados */

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

@font-face {
    font-family: 'Elgraine';
    src: url('../fonts/Elgraine-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Elgraine';
    src: url('../fonts/Elgraine-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Elgraine';
    src: url('../fonts/Elgraine-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Elgraine';
    src: url('../fonts/Elgraine-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Elgraine';
    src: url('../fonts/Elgraine-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Rustic Market */

@font-face {
    font-family: 'Rustic Market';
    src: url('../fonts/RusticMarket.woff2') format('woff2'),
         url('../fonts/RusticMarket.ttf')   format('truetype'),
         url('../fonts/RusticMarket.otf')   format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
