/* =====================================================
   Eastern Pune School of Excellence (EPSE)
   Design System Variables
   Version: 1.0
   ===================================================== */

:root {
  /* =====================================================
       Brand Colors (Official Logo)
    ===================================================== */

  --primary: #a40012;
  --primary-dark: #7d000d;
  --primary-light: #c62839;

  --secondary: #111111;
  --secondary-light: #333333;

  --accent: #d4af37;

  --white: #ffffff;

  --light: #f8f9fa;

  --background: #f5f7fa;

  --border: #e5e7eb;

  --text: #333333;

  --text-light: #666666;

  --success: #16a34a;

  --warning: #f59e0b;

  --danger: #dc2626;

  --info: #0284c7;

  /* =====================================================
       Typography
    ===================================================== */

  --font-family: "Poppins", "Segoe UI", Arial, sans-serif;

  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 28px;
  --font-size-3xl: 36px;
  --font-size-4xl: 48px;
  --font-size-5xl: 60px;

  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;

  /* =====================================================
       Line Height
    ===================================================== */

  --line-height: 1.7;
  --line-heading: 1.2;

  /* =====================================================
       Width
    ===================================================== */

  --container-width: 1200px;

  --container-lg: 1400px;

  --container-sm: 768px;

  /* =====================================================
       Border Radius
    ===================================================== */

  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-round: 50px;

  /* =====================================================
       Box Shadows
    ===================================================== */

  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.08);

  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.1);

  --shadow-lg: 0 15px 40px rgba(0, 0, 0, 0.12);

  --shadow-xl: 0 25px 60px rgba(0, 0, 0, 0.18);

  /* =====================================================
       Transition
    ===================================================== */

  --transition: all 0.35s ease;

  --transition-fast: all 0.2s ease;

  /* =====================================================
       Header
    ===================================================== */

  --header-height: 85px;

  /* =====================================================
       Buttons
    ===================================================== */

  --button-height: 52px;

  /* =====================================================
       Section Spacing
    ===================================================== */

  --section-padding: 90px;

  --section-gap: 70px;

  /* =====================================================
       Z Index
    ===================================================== */

  --z-loader: 9999;

  --z-popup: 999;

  --z-header: 500;

  --z-dropdown: 300;

  --z-overlay: 200;

  /* =====================================================
       Gradient
    ===================================================== */

  --gradient-primary: linear-gradient(135deg, #a40012 0%, #7d000d 100%);

  --gradient-light: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}
