/*
Theme Name: Fadeaway Studio
Theme URI: https://example.com/
Author: Fadeaway Studio
Author URI: https://example.com/
Description: A clean, modern barber shop theme built for Fadeaway Studio. Lightweight, fast, and WooCommerce-ready.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fadeaway-studio
Tags: custom-logo, custom-menu, featured-images, full-width-template, e-commerce, editor-style
*/

/* Base variables (theme colors + typography). Real styling lives in assets/css/main.css */
:root{
  --fa-bg: #ffffff;
  --fa-surface: #f6f6f6;
  --fa-text: #0b0b0b;
  --fa-muted: #666666;
  --fa-accent: #b3202a;   /* barber-pole red */
  --fa-accent-2: #111111; /* near-black */
  --fa-border: rgba(0,0,0,.10);
  --fa-radius: 18px;

  /* Brand typography (matches logo vibe) */
  --fa-font-heading: "Montserrat", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  --fa-font-body: "Montserrat", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
}

body{
  background: var(--fa-bg);
  color: var(--fa-text);
}
