/*
Theme Name: Rooapron
Version: 1.0
Description: The sea was angry that day my friends, like an old man trying to send back soup in a deli.
Author: Sandall.dev
Author URI: https://sandall.dev
Template: Divi
*/

@import url("../Divi/style.css");

@font-face {
    font-family: 'Alt-Display';
    src: url('./fonts/Alt-Regular.woff2') format('woff2'),
        url('./fonts/Alt-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alt-Display';
    src: url('./fonts/Alt-Italic.woff2') format('woff2'),
        url('./fonts/Alt-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

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

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


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