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

    --navigation-font: ;
    --navigation-bg: #9e171c;
    --navigation-colour: #f8fafc;
    --navigation-item-hover-bg: transparent;
    --navigation-item-hover-colour: #f8fafc;

    --navigation-dropdown-bg: #f8fafc;
    --navigation-dropdown-colour: #9e171c;
    --navigation-dropdown-hover-bg: transparent;
    --navigation-dropdown-hover-colour: #5f0e11;

    --footer-bg: #9e171c;
    --footer-colour: #f8fafc;

    --bottom-column-1-bg: #d8a2a4;
    --bottom-column-2-bg: #eeeeee;
    --bottom-column-3-bg: #d8a2a4;

    --bottom-column-1-text: #0f172a;
    --bottom-column-2-text: #0f172a;
    --bottom-column-3-text: #0f172a;

    --bottom-column-1-resource-bg: #9e171c;
    --bottom-column-2-resource-bg: #9e171c;
    --bottom-column-3-resource-bg: #9e171c;

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

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

    --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: #9e171c;
}
h1, h2, h3, h4, h5, h6 {
    color: #9e171c;
}