@font-face {
    font-family: "Lavish";
    src: url("../fonts/LavishRegular.woff2") format("woff2"),
         url("../fonts/LavishRegular.woff") format("woff"),
         url("../fonts/LavishRegular.ttf") format("truetype"),
         url("../fonts/LavishRegular.svg#LavishRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
         url("../fonts/Poppins-Regular.woff") format("woff"),
         url("../fonts/Poppins-Regular.ttf") format("truetype"),
         url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
         url("../fonts/Poppins-Bold.woff") format("woff"),
         url("../fonts/Poppins-Bold.ttf") format("truetype"),
         url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-BoldItalic.woff2") format("woff2"),
         url("../fonts/Poppins-BoldItalic.woff") format("woff"),
         url("../fonts/Poppins-BoldItalic.ttf") format("truetype"),
         url("../fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
