/*
Theme Name: Oman Scouts & Guides
Theme URI: https://example.com/
Description: Custom production-grade bespoke theme for the General Directorate of Scouts, Guides & Student Activities (Oman).
Author: Ahmed Al Mujaini
Version: 1.0.0
Text Domain: oman-scouts-guides
Tags: custom, rtl, accessibility-ready, full-width-template
*/

:root {
  /* Brand Colors */
  --osg-color-primary: #8b0000;
  /* Deep Red */
  --osg-color-secondary: #4b0082;
  /* Purple */
  --osg-color-text-light: #ffffff;
  /* White */
  --osg-color-text-dark: #1a1a1a;

  /* Typography */
  --osg-font-primary: 'Tajawal', sans-serif;
  --osg-font-secondary: 'IBM Plex Sans Arabic', sans-serif;

  /* Spacing & Layout */
  --osg-container-max: 1280px;
  --osg-spacing-sm: 1rem;
  --osg-spacing-md: 2rem;
  --osg-spacing-lg: 4rem;
  --osg-spacing-xl: 8rem;

  /* Transitions */
  --osg-transition-smooth: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}