:root {
    --av365-navy: #15283f;
    --av365-blue: #1d5f9e;
    --av365-accent: #c45412;
    --av365-accent-hover: #9f3e08;
    --theme-palette-color-1: #c45412;
    --theme-palette-color-2: #9f3e08;
    --theme-palette-color-3: #526579;
    --theme-palette-color-4: #15283f;
    --theme-palette-color-5: #dce3e8;
    --theme-palette-color-6: #f2f5f7;
    --theme-palette-color-7: #f8f9fb;
    --theme-palette-color-8: #ffffff;
    --theme-link-initial-color: #1d5f9e;
    --theme-link-hover-color: #9f3e08;
    --theme-button-background-initial-color: #c45412;
    --theme-button-background-hover-color: #9f3e08;
    --theme-button-text-initial-color: #ffffff;
    --theme-button-text-hover-color: #ffffff;
}
body { --theme-link-initial-color: #1d5f9e; --theme-link-hover-color: #9f3e08; }
:where(a, button, input, select, textarea):focus-visible { outline: 3px solid #1d5f9e; outline-offset: 4px; }
