/* Poppins */
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Poppins/Poppins-Light.woff2") format('woff2'), 
         url("/assets/fonts/Poppins/Poppins-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Poppins/Poppins-Regular.woff2") format('woff2'), 
         url("/assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Poppins/Poppins-Medium.woff2") format('woff2'),  
         url("/assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Poppins/Poppins-SemiBold.woff2") format('woff2'),
         url("/assets/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Poppins/Poppins-Bold.woff2") format('woff2'),  
         url("/assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: oblique;
    font-display: swap;
    src: url("/assets/fonts/Poppins/Poppins-Italic.woff2") format('woff2'), 
         url("/assets/fonts/Poppins/Poppins-Italic.ttf") format("truetype");
}
/* Montserrat */
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Montserrat/Montserrat-Light.woff2") format('woff2'), 
         url("/assets/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Montserrat/Montserrat-Regular.woff2") format('woff2'), 
         url("/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Montserrat/Montserrat-Medium.woff2") format('woff2'),  
         url("/assets/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Montserrat/Montserrat-SemiBold.woff2") format('woff2'),
         url("/assets/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/Montserrat/Montserrat-Bold.woff2") format('woff2'),  
         url("/assets/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
/* EB Garamond */
@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/EB-Garamond/EBGaramond-Regular.woff2') format('woff2'),
         url('/assets/fonts/EB-Garamond/EBGaramond-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/EB-Garamond/EBGaramond-Medium.woff2') format('woff2'),
         url('/assets/fonts/EB-Garamond/EBGaramond-Medium.ttf') format('truetype');
}