/**
 * Body Font
 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/**
 * Vintage Rotter Font for Script Accents
 * Custom script font for Simple Little Flowers
 */
@font-face {
    font-family: 'Vintage Rotter';
    src: url('../fonts/VintageRotterPersonalUseOnl-R.woff2') format('woff2'),
        url('../fonts/VintageRotterPersonalUseOnl-R.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**
 * Juana Font Family
 * Custom serif font for Simple Little Flowers
 */

/* Juana Thin - 100 */
@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaThinRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaThinRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaThinItRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaThinItRegular.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Juana ExtraLight - 200 */
@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaExtraLightRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaExtraLightRegular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaExtraLightItRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaExtraLightItRegular.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Juana Light - 300 */
@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaLightRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaLightItRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaLightItRegular.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaItRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaItRegular.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

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

/* Juana SemiBold - 600 */
@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaSemiBoldRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaSemiBoldRegular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaSemiBoldItRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaSemiBoldItRegular.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Juana Bold - 700 */
@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaBoldRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaBoldRegular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaBoldItRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaBoldItRegular.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Juana Black - 900 */
@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaBlackRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaBlackRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Juana';
    src: url('../fonts/FONTSPRINGDEMO-JuanaBlackItRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-JuanaBlackItRegular.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
