:root {
    /* Main colors */
    --rsf-blue: #183C5A;
    --gold-highlight: #9E6C0A;
    --card-blue: #6C9FB6;
    --gold-highlight-2: #BA9742;
    --nav-blue: #76BFCB;
    --text-black: #000000;

    /* Publication colors */
    --rsf-dark-blue: #002838;
    --orange-highlight: #D86942;
    --blue-highlight: #286F93;
    --rsf-neutral: #F2EDE7;

    /* Neutral colors */
    --shadow: #575757;
    --rsf-neutral-2: #E6D5C0;
    --almost-white: #FFFFFF; /* #EFEFEF; */
    --white: #FFFFFF;

    /* Other colors */
    --med-blue: #286F93;
    --blue-highlight-2: #0097AC;
    --orange-highlight-2: #E27B60;
    --yellow-highlight: #D5B678;
    --lt-blue: #C2E6ED;
    --hover-blue: #A1C2D1;
    --apply-red: #2B0C08;
    --button-blue: #006075;
    --grant-green: #003A44;

    /* Fonts */
    --font-freight-sans: "freight-sans-pro", sans-serif;
    --font-freight-sans-compressed: "freight-sans-compressed-pro", "Arial Narrow", sans-serif;
    --font-freight-text: "freight-text-pro", serif;
    
    --font-family-sans-serif: var(--font-freight-sans); 
    --font-family-serif: var(--font-freight-text);
    --font-family-compressed: var(--font-freight-sans-compressed);

}
