/* Casa 14 Rojales — design tokens
 * Brand palette + universally-referenced CSS custom properties.
 * Load FIRST so every other stylesheet can use var(--terracotta) etc.
 */
:root {
  --cream:           #F5F0E8;
  --sand:            #E8DFD0;
  --terracotta:      #C4704B;
  --terracotta-dark: #A85A38;
  --olive:           #6B7A5E;
  --olive-light:     #8A9B7A;
  --charcoal:        #2C2C2C;
  --warm-white:      #FDFBF7;
  --gold:            #C9A96E;
}
