/**
 * Custom Fonts - Montserrat & Ysabeau Infant
 * 
 * @package Gustoso Child Theme
 * @since 1.0
 */

/* ========================================
   MONTSERRAT FONT FAMILY
   ======================================== */

/* Montserrat Regular (400) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Italic (400) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Montserrat Light (300) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Light Italic (300) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Montserrat Medium (500) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Medium Italic (500) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Montserrat SemiBold (600) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Montserrat SemiBold Italic (600) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Montserrat Bold (700) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Bold Italic (700) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Montserrat ExtraBold (800) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Black (900) */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* ========================================
   YSABEAU INFANT FONT FAMILY
   ======================================== */

/* Ysabeau Infant Thin (100) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant Thin Italic (100) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Ysabeau Infant ExtraLight (200) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant ExtraLight Italic (200) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Ysabeau Infant Regular (400) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant Italic (400) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Ysabeau Infant Light (300) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant Light Italic (300) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Ysabeau Infant Medium (500) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant Medium Italic (500) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Ysabeau Infant SemiBold (600) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant SemiBold Italic (600) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Ysabeau Infant Bold (700) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant Bold Italic (700) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Ysabeau Infant ExtraBold (800) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Ysabeau Infant Black (900) */
@font-face {
    font-family: 'Ysabeau Infant';
    src: url('../fonts/Ysabeau_Infant/static/YsabeauInfant-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* ========================================
   USAGE EXAMPLES
   ======================================== */

/*
// Use Montserrat for headings:
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
}

// Use Ysabeau Infant for body text:
body, p {
    font-family: 'Ysabeau Infant', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
}

// Mix and match:
.banner-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.content-text {
    font-family: 'Ysabeau Infant', sans-serif;
    font-weight: 400;
}
*/