/*
Theme Name: Alpha Tattoo
Theme URI: https://alphatattoo.co.il
Author: Alpha Tattoo Studio
Description: תמה מותאמת אישית לסטודיו Alpha Tattoo — עיצוב כהה ודרמטי, RTL, עברית.
Version: 2.0.8
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: alpha-tattoo
*/

:root {
  --color-bg:        #080808;
  --color-surface:   #0f0f0f;
  --color-surface2:  #171717;
  --color-text:      #f0f0f0;
  --color-muted:     #787878;
  --color-gold:      #e8e8e8;       /* accent — white/light */
  --color-accent:    #e8e8e8;       /* alias for pages using --color-accent */
  --color-gold-dim:  rgba(232, 232, 232, 0.15);
  --color-gold-glow: rgba(232, 232, 232, 0.04);
  --color-overlay:   rgba(8, 8, 8, 0.7);

  --font-primary: 'Assistant', sans-serif;
  --font-accent:  'Cinzel', serif;

  --transition: 0.3s ease;
  --radius:     3px;
  --max-width:  1200px;
}
