/* ========================================
   VARIABLES — Sicut Lex Estudio
   Clásico Premium · Navy + Gold + Cream
   ======================================== */

:root {
  /* === Colors === */
  --navy:       #0A1628;
  --navy-light: #1A2D4A;
  --gold:       #C1A27A;
  --gold-light: #D8BF9A;
  --cream:      #F5F0EB;
  --white:      #FFFFFF;
  --text:       #2C3E50;
  --text-body:  #5A6A7A;
  --shadow:     0 4px 20px rgba(10,22,40,0.06);

  /* === Typography === */
  --font-serif: 'DM Serif Display', serif;
  --font-sans:  'Manrope', sans-serif;

  /* === Spacing === */
  --section-padding: 5rem 3rem;
  --radius: 4px;
  --transition: all 0.3s ease;

  /* === Layout === */
  --max-width: 1200px;
}
