@layer base {
    /* raleway-300 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Raleway";
        font-style: normal;
        font-weight: 300;
        src: url("/assets/raleway-v36-latin_latin-ext-300-0a30a8a9.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* raleway-regular - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Raleway";
        font-style: normal;
        font-weight: 400;
        src: url("/assets/raleway-v36-latin_latin-ext-regular-eeb323ca.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* raleway-500 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Raleway";
        font-style: normal;
        font-weight: 500;
        src: url("/assets/raleway-v36-latin_latin-ext-500-a9653e64.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* raleway-600 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Raleway";
        font-style: normal;
        font-weight: 600;
        src: url("/assets/raleway-v36-latin_latin-ext-600-d1977528.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* raleway-700 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Raleway";
        font-style: normal;
        font-weight: 700;
        src: url("/assets/raleway-v36-latin_latin-ext-700-1f64ba14.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }

    /* merriweather-300 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Merriweather";
        font-style: normal;
        font-weight: 300;
        src: url("/assets/merriweather-v32-latin_latin-ext-300-9507a17c.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* merriweather-regular - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Merriweather";
        font-style: normal;
        font-weight: 400;
        src: url("/assets/merriweather-v32-latin_latin-ext-regular-76021679.woff2")
            format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* merriweather-500 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Merriweather";
        font-style: normal;
        font-weight: 500;
        src: url("/assets/merriweather-v32-latin_latin-ext-500-15be337f.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* merriweather-600 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Merriweather";
        font-style: normal;
        font-weight: 600;
        src: url("/assets/merriweather-v32-latin_latin-ext-600-4bfd94f7.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
    /* merriweather-700 - latin_latin-ext */
    @font-face {
        font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
        font-family: "Merriweather";
        font-style: normal;
        font-weight: 700;
        src: url("/assets/merriweather-v32-latin_latin-ext-700-13e43d99.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }

    /* body font */
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;

        font-family: "Raleway", sans-serif !important;
    }

    /* heading font */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Merriweather", serif !important;
    }
}
