:root {
    --important-message-icon-bg: #f59e0b ;
    --important-message-icon-colour: #fffbeb;
    --important-message-bg: #f1f5f9;
    --important-message-colour: #0f172a;

    --navigation-font: ;
    --navigation-bg: #0c2340;
    --navigation-colour: #f8fafc;
    --navigation-item-hover-bg: transparent;
    --navigation-item-hover-colour: #f8fafc;

    --navigation-dropdown-bg: #f8fafc;
    --navigation-dropdown-colour: #0c2340;
    --navigation-dropdown-hover-bg: transparent;
    --navigation-dropdown-hover-colour: #071526;

    --footer-bg: #0c2340;
    --footer-colour: #f8fafc;

    --bottom-column-1-bg: #8fbf21;
    --bottom-column-2-bg: #009fe3;
    --bottom-column-3-bg: #cd1719;

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

    --bottom-column-1-resource-bg: #0c2340;
    --bottom-column-2-resource-bg: #0c2340;
    --bottom-column-3-resource-bg: #0c2340;

    --bottom-column-1-resource-text: #f8fafc;
    --bottom-column-2-resource-text: #f8fafc;
    --bottom-column-3-resource-text: #f8fafc;

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

    --motto-text: #ffffff80;
    --motto-bg: #0f172a80;
    --motto-font-family: ;
}
.font-motto {
    /*font-size: 30px;*/
    font-size: clamp(7.5px, 0.0916rem + 5.75vw, 30px);
}.font-motto {
    color: var(--motto-text);
}.font-title {
    color: #0c2340;
}
h1, h2, h3, h4, h5, h6 {
    color: #0c2340;
}