/*
Theme Name:   Ilirya Group
Theme URI:    https://iliryagroup.com
Description:  Custom Blocksy child theme for Ilirya Group — real estate investment facilitation between Israel and Albania.
Author:       Ilirya Group
Author URI:   https://iliryagroup.com
Template:     blocksy
Version:      1.0.0
Text Domain:  ilirya
*/

/* ============================================
   ILIRYA DESIGN SYSTEM — DESIGN TOKENS
   ============================================ */
:root {
  /* Colors */
  --ilirya-deep-sea:   #0F2A3D;
  --ilirya-sea-blue:   #1F5673;
  --ilirya-terracotta: #B8623A;
  --ilirya-sand:       #E8DCC4;
  --ilirya-olive:      #7A8F5B;
  --ilirya-off-white:  #FAF7F2;
  --ilirya-ink:        #1A1A1A;
  --ilirya-slate:      #6B7378;
  --ilirya-border:     #E8E2D5;

  /* Spacing scale (8px base) */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  16px;
  --space-4:  24px;
  --space-5:  32px;
  --space-6:  48px;
  --space-7:  64px;
  --space-8:  96px;
  --space-9:  128px;

  /* Containers */
  --container-content: 1200px;
  --container-wide:    1400px;
}

/* All custom styles live in /assets/css/ilirya.css — enqueued via functions.php */
