@font-face {
    font-family: "CocogooseRegular";
    src: url("/fonts/cocogoose/cocogoose-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
                url("/fonts/cocogoose/cocogoose-regular.woff2") format("woff2"), /* Super Modern Browsers */
        url("/fonts/cocogoose/cocogoose-regular.woff") format("woff"), /* Pretty Modern Browsers */
        url("/fonts/cocogoose/cocogoose-regular.svg#CocogoosePro")  format("svg"), /* Windows */
        url("/fonts/cocogoose/cocogoose-regular.ttf")  format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CocogooseSemiLight";
    src: url("/fonts/cocogoose/cocogoose-semi-light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/fonts/cocogoose/cocogoose-semi-light.woff2") format("woff2"), /* Super Modern Browsers */
        url("/fonts/cocogoose/cocogoose-semi-light.woff") format("woff"), /* Pretty Modern Browsers */
        url("/fonts/cocogoose/cocogoose-semi-light.svg#CocogoosePro-SemiLight")  format("svg"), /* Windows */
        url("/fonts/cocogoose/cocogoose-semi-light.ttf")  format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("/fonts/raleway/raleway.eot"); /* IE9 Compat Modes */
    src: url("/fonts/raleway/raleway.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/fonts/raleway/raleway.woff2") format("woff2"), /* Super Modern Browsers */
        url("/fonts/raleway/raleway.woff") format("woff"), /* Pretty Modern Browsers */
        url("/fonts/raleway/raleway.ttf")  format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway-bold";
    src: url("/fonts/raleway/raleway-bold.eot"); /* IE9 Compat Modes */
    src: url("/fonts/raleway/raleway-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/fonts/raleway/raleway-bold.woff2") format("woff2"), /* Super Modern Browsers */
        url("/fonts/raleway/raleway-bold.woff") format("woff"), /* Pretty Modern Browsers */
        url("/fonts/raleway/raleway-bold.ttf")  format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Raleway-bold";
    src: url("/fonts/raleway/raleway-medium.eot"); /* IE9 Compat Modes */
    src: url("/fonts/raleway/raleway-medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/fonts/raleway/raleway-medium.woff2") format("woff2"), /* Super Modern Browsers */
        url("/fonts/raleway/raleway-medium.woff") format("woff"), /* Pretty Modern Browsers */
        url("/fonts/raleway/raleway-medium.ttf")  format("truetype"); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-family: 'Raleway', 'Raleway-bold', 'CocogooseRegular','CocogooseSemiLight',  sans-serif;
    font-display: swap;
    font-smooth: antialiased ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:relative;
    z-index: 1;
}
