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

    --navigation-font: 'Montserrat';
    --navigation-bg: #404877;
    --navigation-colour: #ffffff;
    --navigation-item-hover-bg: transparent;
    --navigation-item-hover-colour: #f5f5f5;

    --navigation-dropdown-bg: #f8fafc;
    --navigation-dropdown-colour: #0f172a;
    --navigation-dropdown-hover-bg: transparent;
    --navigation-dropdown-hover-colour: #000000;

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

    --bottom-column-1-bg: #eceff7;
    --bottom-column-2-bg: #eceff7;
    --bottom-column-3-bg: #edeff7;

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

    --bottom-column-1-resource-bg: #a7c645;
    --bottom-column-2-resource-bg: #606981;
    --bottom-column-3-resource-bg: #606981;

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

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

    --motto-text: #ffffff80;
    --motto-bg: #0f172a80;
    --motto-font-family: Montserrat;
}
.font-motto {
    font-family: 'Montserrat';
}.font-motto {
    /*font-size: 64px;*/
    font-size: clamp(16px, 0.0916rem + 5.75vw, 64px);
}.font-motto {
    color: var(--motto-text);
}.font-default {
    font-family: 'Montserrat';
}.font-title {
    font-family: 'Montserrat';
}
h1, h2, h3, h4, h5, h6, .fc-event-title {
    font-family: 'Montserrat';
}.font-title {
    color: #23435e;
}
h1, h2, h3, h4, h5, h6 {
    color: #23435e;
}