/*
Theme Name: Fagla Theme
Theme URI: https://faglason.com/
Author: Antigravity Team
Author URI: https://github.com/google-deepmind
Description: Un thème WordPress moderne, rapide et entièrement éditable créé à partir de l'identité visuelle de Faglason. Conçu pour les PME d'Afrique de l'Ouest, avec intégration native de Gutenberg et interactivité en Vanilla JS.
Version: 1.0.0
License: Apache-2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Text Domain: fagla-theme
*/

/* Custom variables matching Faglason design tokens */
:root {
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;

  --color-brand-navy: #0d1c32;
  --color-brand-teal: #006a6a;
  --color-brand-teal-light: #90efef;
  --color-brand-gold: #cba72f;
  --color-brand-gold-light: #ffe088;
  --color-brand-gold-hover: #d3b447;
  --color-brand-gray-bg: #f8f9fa;
  --color-brand-gray-border: #e1e3e4;
  --color-brand-gray-text: #44474d;
  --color-brand-error: #ba1a1a;
  --color-brand-error-bg: #ffdad6;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-brand-gray-bg);
  color: #191c1d;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, .font-heading {
  font-family: var(--font-heading);
}
