<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --important-message-icon-bg: #f59e0b ;
    --important-message-icon-colour: #fffbeb;
    --important-message-bg: #f1f5f9;
    --important-message-colour: #0f172a;

    --navigation-font: 'Ubuntu';
    --navigation-bg: #303a6e;
    --navigation-colour: #f8fafc;
    --navigation-item-hover-bg: transparent;
    --navigation-item-hover-colour: #f8fafc;

    --navigation-dropdown-bg: #f8fafc;
    --navigation-dropdown-colour: #303a6e;
    --navigation-dropdown-hover-bg: transparent;
    --navigation-dropdown-hover-colour: #1d2342;

    --footer-bg: #303a6e;
    --footer-colour: #f8fafc;

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

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

    --bottom-column-1-resource-bg: #303a6e;
    --bottom-column-2-resource-bg: #303a6e;
    --bottom-column-3-resource-bg: #303a6e;

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

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

    --motto-text: #ffffff;
    --motto-bg: #0f172a80;
    --motto-font-family: Annie Use Your Telescope;
}
.font-motto {
    font-family: 'Annie Use Your Telescope';
}.font-motto {
    /*font-size: 36px;*/
    font-size: clamp(9px, 0.0916rem + 5.75vw, 36px);
}.font-motto {
    color: var(--motto-text);
}.font-default {
    font-family: 'Ubuntu' ;
}.font-title {
    font-family: 'Ubuntu Condensed';
}
h1, h2, h3, h4, h5, h6, .fc-event-title {
    font-family: 'Ubuntu Condensed';
}.font-title {
    color: #303a6e;
}
h1, h2, h3, h4, h5, h6 {
    color: #303a6e;
}</pre></body></html>