/* 
 Theme Name:     Divi Child Theme By Lemonade
 Author:         Lemonade
 Author URI:     https://lemonade-it.com
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@font-face {
    font-family: 'SchibstedGrotesk';
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Regular.ttf');
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchibstedGrotesk';
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Italic.ttf');
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SchibstedGrotesk';
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Medium.ttf');
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchibstedGrotesk';
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-MediumItalic.ttf');
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SchibstedGrotesk';
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Bold.ttf');
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchibstedGrotesk';
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-BoldItalic.ttf');
    src: url('./fonts/Schibsted_Grotesk/SchibstedGrotesk-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

html, body,
h1, h2, h3, h4, h5, h6{
	font-family: 'SchibstedGrotesk';
}
