:root {
    --accent-primary: #003366;
    --accent-secondary: #4a6a56;
    --accent-tertiary: #d4b998;
    --accent-quaternary: #afbdca;
    --background-primary: #f8f7f6;
    --background-secondary: #fafafa;
    --background-tertiary: #edf0f2;
    --background-quaternary: #e5e9ee;
    --background-quinary: #f1f2f1;
    --background-sextary: #4a6a56;
    --background-septenary: #dce0e4;
    --title-primary: #1f262e;
    --title-secondary: #003366;
    --title-tertiary: #4a6a56;
    --text-primary: #6c7cac;
    --text-secondary: #ffffff;
    --text-tertiary: #fafafa;
    --text-quaternary: #8d8c8e;
    --border-color-primary: #325b84;
    --border-color-secondary: #e6e6e6;
    --button-primary-hover: #004a94;
    --button-secondary-hover: #648470;
    --button-outline-primary-hover: #ccd5f3;    
    
}