/* Font Awesome Regular */
@font-face {
    font-family: 'FontAwesomeRegular';
    src: url('../vendor/fontawesome-free/webfonts/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Font Awesome Solid */
@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('../vendor/fontawesome-free/webfonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Font Awesome Brands */
@font-face {
    font-family: 'FontAwesomeBrands';
    src: url('../vendor/fontawesome-free/webfonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Wolmart Font */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-Regular.woff2') format('woff2'),
         url('../fonts/Manrope/Manrope-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-Bold.woff2') format('woff2'),
         url('../fonts/Manrope/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Manrope', sans-serif;
}