/*
Theme Name: RomaniElvetia
Theme URI: https://romanielvetia.ch
Author: eSys Agency
Author URI: https://esysagency.ro
Description: Tema custom premium pentru RomaniElvetia.ch — Ghidul Tau Spre Elvetia
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: Proprietar
Text Domain: romanielvetia
*/

:root {
  --red:    #C8102E;
  --navy:   #1A2B4A;
  --gold:   #D4AF5A;
  --white:  #FFFFFF;
  --warm:   #F8F6F2;
  --gray:   #64748B;
  --gray-light: #E2E8F0;
  --gray-dark:  #334155;
  --navy-light: #243B6A;
  --red-dark:   #A00D24;

  --font: 'Inter', system-ui, -apple-system, sans-serif;

  --radius-sm:  6px;
  --radius:     12px;
  --radius-lg:  20px;
  --radius-xl:  32px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,.08);
  --shadow:    0 4px 16px rgba(0,0,0,.10);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.14);
  --shadow-xl: 0 24px 64px rgba(0,0,0,.18);

  --transition: .2s ease;
  --transition-slow: .4s ease;

  --container: 1200px;
  --container-sm: 800px;
}
