@font-face {
    font-family: "MarcellusSC-Regular";
    font-display:swap;
    src: url("../fonts/MarcellusSC-Regular.woff");
}
@font-face {
    font-family: "GOTHIC-Regular";
    font-display:swap;
    src: url("../fonts/CenturyGothic/CenturyGothic.woff");
}
@font-face {
    font-family: "GOTHIC-Bold";
    font-display:swap;
    src: url("../fonts/CenturyGothic/CenturyGothicBold.woff");
}
@font-face {
    font-family: "GOTHIC-Bold-I";
    font-display:swap;
    src: url("../fonts/CenturyGothic/CenturyGothicBoldItalic.woff");
}
@font-face {
    font-family: "GOTHIC-I";
    font-display:swap;
    src: url("../fonts/CenturyGothic/CenturyGothicItalic.woff");
}

.bg-light {
    background-color: #EBF6FB!important;
}
:root{
    /* Website Background Colors */
    --default-theme: #FFF;
    --light-bg: #EBF6FB;
    --dark-background: #000;
    --gray-background: #E6E5E5;
    --bg-gray: #F0F0F0;
    --btn-color: #FFF;
    --btn-border: #6FABD7;

    /* Website Text Colors */
    --light-color: #FFF;
    --blue-color:#3E90B3;
    --dark-color: #000;
    --heading-color: #050D19;
    --small-heading-color: #0077CF;
    --span-text-color:#1182D4;
    --nav-default-color: #fff;
       /* Fonts Start Here */
    /* Heading Font Start Here */
    --heading-font: "MarcellusSC-Regular";
    --para-font: "GOTHIC-Bold";
    --regular-font: "GOTHIC-Regular";
    --bold-font: "GOTHIC-Bold";
    --bold-I-font: "GOTHIC-Bold-I";
}