




























@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600');
@import url('https://fonts.googleapis.com/css2?family=');

:root {
    --global-font-size: 16px;

    --title-font: Poppins, serif;
    --standard-font: Open Sans, sans-serif;

    --primary-color: #2e2e2e;

    --light-color: #ffffff;

    --emphasis-color: #0D2F78;

    --primary-shade-50: #C9C9C9;
    --primary-shade-100: #b8b8b8;
    --primary-shade-200: #828282;
    --primary-shade-300: #696969;
    --primary-shade-400: #424242;
    --primary-shade-500: #3b3b3b;
    --primary-shade-600: #2e2e2e;
    --primary-shade-700: #242424;
    --primary-shade-800: #1f1f1f;
    --primary-shade-900: #141414;

    --emphasis-shade-50: #e4efff;
    --emphasis-shade-100: #b8cefb;
    --emphasis-shade-200: #8cadf3;
    --emphasis-shade-300: #5f8ced;
    --emphasis-shade-400: #346be7;
    --emphasis-shade-500: #1d51cd;
    --emphasis-shade-600: #143fa0;
    --emphasis-shade-700: #0c2d73;
    --emphasis-shade-800: #041b47;
    --emphasis-shade-900: #00091c;
}


  .nav-desktop-book-button .front {
    color: #fff !important;
}

.nav-desktop-logo {
    top: 0 !important;
}

.footer-container {
    background: #fff !important;
}

.nav-desktop-book-button .shadow {
    display: none !important;
}

