/*
Theme Name: JeuDérm Greece
Theme URI: https://jeuderm.gr
Author: JeuDérm Greece
Author URI: https://jeuderm.gr
Description: Επίσημο θέμα WordPress για τη JeuDérm Greece — Advanced Medical Skincare & Mesoceuticals. Χτισμένο πάνω στις προδιαγραφές του JeuDérm Greece Brand Book (χρώματα, τυπογραφία Manrope, logo safe zone).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: jeuderm-greece
*/

/* ==========================================================================
   Brand Book Design Tokens
   Πηγή: JeuDérm Greece Brand Book
   ========================================================================== */

:root {
  /* Colors */
  --jd-primary: #7A7A7A;      /* Primary */
  --jd-secondary: #D8A7B1;    /* Secondary (accent pink) */
  --jd-background: #F4F4F4;   /* Background */
  --jd-text-primary: #000000; /* Text Primary */
  --jd-text-secondary: #3E3E3E; /* Text Secondary */
  --jd-white: #FFFFFF;

  /* Typography — Manrope family (Black / Bold / Light) */
  --jd-font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --jd-weight-light: 300;
  --jd-weight-regular: 400;
  --jd-weight-bold: 700;
  --jd-weight-black: 800;

  /* Spacing / Layout */
  --jd-container-max: 1200px;
  --jd-radius: 4px;
  --jd-logo-safe-zone: 10mm;
}
