:root {
    --important-message-icon-bg: #fff200 ;
    --important-message-icon-colour: #082f94;
    --important-message-bg: #082f94;
    --important-message-colour: #ffffff;

    --navigation-font: 'Carlito';
    --navigation-bg: #ffffff;
    --navigation-colour: #073096;
    --navigation-item-hover-bg: #083096;
    --navigation-item-hover-colour: #f8fafc;

    --navigation-dropdown-bg: #ffffff;
    --navigation-dropdown-colour: #333333;
    --navigation-dropdown-hover-bg: #083096;
    --navigation-dropdown-hover-colour: #ffffff;

    --footer-bg: #083096;
    --footer-colour: #ffffff;

    --bottom-column-1-bg: #083096;
    --bottom-column-2-bg: #073096;
    --bottom-column-3-bg: #073096;

    --bottom-column-1-text: #ffffff;
    --bottom-column-2-text: #ffffff;
    --bottom-column-3-text: #ffffff;

    --bottom-column-1-resource-bg: #ffffff;
    --bottom-column-2-resource-bg: #ffffff;
    --bottom-column-3-resource-bg: #ffffff;

    --bottom-column-1-resource-text: #4c8aba;
    --bottom-column-2-resource-text: #4c8aba;
    --bottom-column-3-resource-text: #4c8aba;

    --welcome-bg: #e6eaf5;
    --welcome-title-colour: #0f172a;
    --welcome-text-colour: #0f172a;

    --motto-text: #ffffff80;
    --motto-bg: #0f172a80;
    --motto-font-family: Carlito;
}
.font-motto {
    /*font-size: 1px;*/
    font-size: clamp(0.25px, calc(3.5vw), 1px);
}.font-motto {
    color: var(--motto-text);
}.font-default {
    font-family: 'Carlito' ,'sans-serif';
}.font-title {
    color: #073096;
}
h1, h2, h3, h4, h5, h6 {
    color: #073096;
}