/*
Theme Name: MACFLY
Theme URI: https://macfly.ch
Author: Hüseyin Tugal
Author URI: https://macfly.ch
Description: Custom WordPress-Theme für MACFLY Studio — Fullservice Kreativstudio in Bern, Schweiz. Fotografie, Design, Video, Web.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://macfly.ch
Text Domain: obscura
Tags: photography, portfolio, dark, minimal, modern, animation, full-width-template
*/

/* ===================================================
   CSS CUSTOM PROPERTIES — via WordPress Customizer
   =================================================== */
:root {
  --clr-bg:         #06060f;
  --clr-bg-2:       #0d0d1a;
  --clr-bg-card:    #111122;
  --clr-gold:       #c9a96e;
  --clr-gold-light: #e8c98a;
  --clr-violet:     #7c3aed;
  --clr-violet-light:#a78bfa;
  --clr-text:       #e8e8f0;
  --clr-text-muted: #6b6b8a;
  --clr-border:     rgba(201,169,110,0.15);
  --clr-white:      #ffffff;

  --font-heading:   'Cinzel', serif;
  --font-body:      'Inter', sans-serif;
  --font-accent:    'Cormorant Garamond', serif;

  --radius-sm:      6px;
  --radius-md:      12px;
  --radius-lg:      20px;
  --radius-full:    9999px;

  --shadow-gold:    0 0 40px rgba(201,169,110,0.2);
  --shadow-violet:  0 0 40px rgba(124,58,237,0.3);
  --shadow-card:    0 8px 40px rgba(0,0,0,0.6);

  --transition:     all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast:all 0.2s ease;

  --container:      1280px;
  --container-sm:   900px;
}
