<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary: #D41E25;
    --dark-primary: #B21616;
    --very-dark-primary: #850511;
    --light-primary: #FF5C60;
    --very-light-primary-background: #F8E8E8;
    --light-primary-background: #F2D3D3;
    --primary-hover: #e5c6c6;
    --focus-pagination-box-shadow: 0 0 0 0.25rem #d41e2470;
    --dark-title: #503737;

    --very-dark-red: #850511;
    --dark-red: #B21616;
    --light-red: #FF5C60;
    --blue: #337ab7;
    --dark-blue: #01579b;
    --light-blue: #3299CC;
    --light-green: #50C878;
    --green: #4caf50;
    --green-1: #e8f8e9;
    --green-2: #d8f2d3;
    --green-3: #c6e5c6;
    --dark-green: #198754;
    --dark-yellow: #a57e00;
    --yellow: #f9a825;
    --gold: #ffd700;
    --gray-100: #EEECEC;
    --gray-200: #CDCDCD;
    --gray-600: #656262;
    --gray-800: #3f3d3d;
    --nav-bar-text-color: #333333;
    --background: #ececec;
    --white: #ffffff;
    --black: #231F20;
    --alert-notice: #66520E;
    --alert-notice-bg: #EBE3C9;
    --alert-error: #971414;
    --alert-error-bg: #EBC9C9;
    --alert-information: #171497;
    --alert-information-bg: #C9D2EB;
    --alert-warning: #a57e00;
    --alert-warning-bg: #F2F2C9;
    --bs-secondary-color: #777;
    --bs-brand-color: #9D9D9D;
    --bs-breadcrumb-item-active-color: rgba(33, 37, 41, 0.75);
}</pre></body></html>