/* College Theme Color Overrides
   Each college page sets data-college="slug" on <body>.
   These selectors override Webflow's hardcoded CSS variables
   so the same template renders in each school's palette. */

/* Default (USC / South Carolina) */
:root {
  --burgundy: var(--college-primary, #73000a);
  --_apps---colors--primary: var(--college-primary, #73000a);
  --_apps---sidebar--sidebar-dark: var(--college-secondary, #3d0000);
}

/* South Carolina */
[data-college='south-carolina'] {
  --college-primary: #73000a;
  --college-secondary: #3d0000;
  --college-accent: #000000;
}

/* RISD */
[data-college='risd'] {
  --college-primary: #ce0f3d;
  --college-secondary: #8a0a29;
  --college-accent: #333333;
}

/* Vanderbilt */
[data-college='vanderbilt'] {
  --college-primary: #866d4b;
  --college-secondary: #5a4832;
  --college-accent: #1c1c1c;
}

/* Syracuse */
[data-college='syracuse'] {
  --college-primary: #f76900;
  --college-secondary: #a34600;
  --college-accent: #1e1e1e;
}

/* Yonsei */
[data-college='yonsei'] {
  --college-primary: #003876;
  --college-secondary: #002550;
  --college-accent: #111111;
}
