@font-face {
    font-family: 'Corbert';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/Corbert/Corbert-BlackWide.otf') format('opentype');
}

@font-face {
    font-family: 'Corbert';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/Corbert/Corbert-BoldWide.otf') format('opentype');
}

@font-face {
    font-family: 'Corbert';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/Corbert/Corbert-DemiBoldWide.otf') format('opentype');
}

@font-face {
    font-family: 'Corbert';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/Corbert/Corbert-ExtraBoldWide.otf') format('opentype');
}

@font-face {
    font-family: 'Corbert';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/Corbert/Corbert-HeavyWide.otf') format('opentype');
}

@font-face {
    font-family: 'Corbert';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Corbert/Corbert-LightWide.otf') format('opentype');
}

@font-face {
    font-family: Corbert;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Corbert/Corbert-MediumWide.otf') format('opentype');
}

@font-face {
    font-family: Corbert;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Corbert/Corbert-RegularWide.otf') format('opentype');
}

@font-face {
    font-family: Corbert;
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/Corbert/Corbert-ThinWide.otf') format('opentype');
}

.font-headers {
    font-family: "Corbert" !important;
}

.font-body {
    font-family: "Corbert" !important;
}

.font-corbert {
    font-family: Corbert !important;
}

.text-shadow {
    text-shadow: 4px 1px 10px #0f0f0f7d;
}