@charset "UTF-8";
/* bootstrap-icons moved to <link> in index.html to avoid chained @import */

/* Lusail Plus Font */
@font-face {
    font-family: "Lusail Plus";
    src: url("web-fonts/LusailPlus/OTF/Lusail-Regular.otf") format("opentype"),
         url("web-fonts/LusailPlus/TTF/Lusail-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lusail Plus";
    src: url("web-fonts/LusailPlus/OTF/Lusail-Medium.otf") format("opentype"),
         url("web-fonts/LusailPlus/TTF/Lusail-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lusail Plus";
    src: url("web-fonts/LusailPlus/OTF/Lusail-Light.otf") format("opentype"),
         url("web-fonts/LusailPlus/TTF/Lusail-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lusail Plus";
    src: url("web-fonts/LusailPlus/OTF/Lusail-Bold.otf") format("opentype"),
         url("web-fonts/LusailPlus/TTF/Lusail-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lusail Plus Bold";
    src: url("web-fonts/LusailPlus/OTF/Lusail-Bold.otf") format("opentype"),
         url("web-fonts/LusailPlus/TTF/Lusail-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lusail Plus";
    src: url("web-fonts/LusailPlus/OTF/Lusail-Extrabold.otf") format("opentype"),
         url("web-fonts/LusailPlus/TTF/Lusail-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Lusail Plus";
    src: url("web-fonts/LusailPlus/OTF/Lusail-Black.otf") format("opentype"),
         url("web-fonts/LusailPlus/TTF/Lusail-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

