/*
 Theme Name:   ILLA Cowork
 Theme URI:    https://illa.makkao.com
 Description:  Child theme de Bricks Builder para ILLA Cowork.
 Author:       Makkao
 Author URI:   https://makkao.com
 Template:     bricks
 Version:      1.0.0
 Text Domain:  illa-cowork
*/

/* =============================================
   ILLA Cowork — Design System
   Tipografía en :where() → especificidad 0,0,0
   Bricks sobreescribe sin !important
   ============================================= */

:root {
  /* Paleta — ajustar tras revisar Figma ILLA-CC */
  --illa-color-primary:   #1A1A1A;
  --illa-color-secondary: #F5F0EB;
  --illa-color-accent:    #C9A96E;
  --illa-color-white:     #FFFFFF;
  --illa-color-text:      #333333;
  --illa-color-muted:     #888888;

  /* Tipografía */
  --illa-font-sans:  'Inter', system-ui, -apple-system, sans-serif;
  --illa-font-serif: 'Playfair Display', Georgia, serif;

  /* Espaciado */
  --illa-space-xs: 0.5rem;
  --illa-space-sm: 1rem;
  --illa-space-md: 2rem;
  --illa-space-lg: 4rem;
  --illa-space-xl: 8rem;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--illa-font-sans);
  font-weight: 600;
  line-height: 1.2;
  color: var(--illa-color-primary);
}

:where(p, li, td, th) {
  font-family: var(--illa-font-sans);
  line-height: 1.7;
  color: var(--illa-color-text);
}

:where(a) {
  color: var(--illa-color-accent);
  text-decoration: none;
}

:where(a:hover) {
  text-decoration: underline;
}
