:root {
    --important-message-icon-bg: #c20a0a ;
    --important-message-icon-colour: #ffffff;
    --important-message-bg: #ffffff;
    --important-message-colour: #c20b0a;

    --navigation-font: ;
    --navigation-bg: #ffffff;
    --navigation-colour: #0e2a4b;
    --navigation-item-hover-bg: #0d2a4b;
    --navigation-item-hover-colour: #ffffff;

    --navigation-dropdown-bg: #0d2a4b;
    --navigation-dropdown-colour: #ffffff;
    --navigation-dropdown-hover-bg: #ffffff;
    --navigation-dropdown-hover-colour: #0d2a4b;

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

    --bottom-column-1-bg: #0d2a4b;
    --bottom-column-2-bg: #0d2a4b;
    --bottom-column-3-bg: #0d2a4b;

    --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: #0d2a4b;
    --bottom-column-2-resource-text: #0d2a4b;
    --bottom-column-3-resource-text: #0d2a4b;

    --welcome-bg: #0d2a4b;
    --welcome-title-colour: #ffffff;
    --welcome-text-colour: #ffffff;

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