@font-face {
    font-family: "Soleil";
    src: local("Soleil Bold"), local("Soleil-Bold"),
        url("../fonts/Soleil-Bold.woff2") format("woff2"),
        url("../fonts/Soleil-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Soleil";
    src: local("Soleil Book"), local("Soleil-Book"),
        url("../fonts/Soleil-Book.woff2") format("woff2"),
        url("../fonts/Soleil-Book.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Soleil";
    src: local("Soleil Light"), local("Soleil-Light"),
        url("../fonts/Soleil-Light.woff2") format("woff2"),
        url("../fonts/Soleil-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Soleil";
    src: local("Soleil Regular"), local("Soleil-Regular"),
        url("../fonts/Soleil-Regular.woff2") format("woff2"),
        url("../fonts/Soleil-Regular.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
