@font-face{
    font-family: "Univers Next";
    font-weight: normal;
    src:url("../assets/fonts/egs/74e1830b-1468-4905-a73d-e2b6d1e690d6.woff2") format("woff2"),url("../assets/fonts/egs/e43bae6d-8805-4214-8f2d-0489865368aa.woff") format("woff");
}

@font-face{
    font-family: "Univers Next";
    font-weight: bold;
    src:url("../assets/fonts/egs/043eef6e-81ef-483c-831c-7bfd6628554b.woff2") format("woff2"),url("../assets/fonts/egs/7b11912a-986d-462e-b88a-4a1758eb23f1.woff") format("woff");
}



:root {
    --bg-blue: #0073AA;
    --bs-font-sans-serif: Univers Next, georgia, times new roman, times, serif !important;
    /* --bs-font-sans-serif: "times-new-roman" !important; */

    --bs-blue: #0073aa;
    --bs-primary: #0073aa;
}

.navbar .logo {
    max-width: 150px;
}

body {
    font-family: Univers Next, georgia, times new roman, times, serif !important;
}

section:not(.colorInvert) h1,
section:not(.colorInvert) h2.fw-bold,
section:not(.colorInvert) h3.fw-bold {
    background: linear-gradient(108.92deg,#036 11.31%,#2b95ff 101.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
