body, html {
    /* Wake Forest University Brand Colors */
    --dark-color:  #1A1A1A;   /* WFU Black  */
    --light-color: #CEB888;   /* WFU Old Gold */

    /* Extended palette */
    --gold-dark:   #A8925A;   /* Pressed gold for hover states */
    --gold-pale:   #F5EDD6;   /* Pale gold tint for section backgrounds */
    --text-dark:   #111111;
    --text-mid:    #444444;
    --border-gold: rgba(206, 184, 136, 0.35);
}