/*
Theme Name: AL Combined Maths Tuition — Dammika Geekiyanage
Theme URI: https://example.com
Author: Amila Weerasekera
Author URI: https://example.com
Description: A custom WordPress theme built for Dammika Geekiyanage, an individual A/L Combined Maths tuition teacher in Sri Lanka. Includes class schedules, downloadable notes/past papers, video lessons, a student login area, and PayHere payment integration for paid content.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: al-ict-maths
*/

/* ==========================================================================
   Design tokens
   Palette: deep academic navy + warm amber accent + soft teal support.
   Chosen to feel trustworthy and exam-focused rather than a generic
   "blue Bootstrap" tuition site.
   ========================================================================== */

:root {
    --al-navy-900: #0f2a47;
    --al-navy-800: #163a5f;
    --al-navy-700: #1f4d78;
    --al-amber-500: #d9a441;
    --al-amber-600: #c28e2c;
    --al-teal-500: #1c7c74;
    --al-teal-100: #e3f2f0;
    --al-ink: #1b1f23;
    --al-paper: #faf8f3;
    --al-paper-dim: #f1ede2;
    --al-line: #e3ddc9;
    --al-white: #ffffff;
    --al-success: #2f8f4e;
    --al-danger: #c0392b;

    --al-font-heading: 'Fraunces', 'Georgia', serif;
    --al-font-body: 'Inter', 'Segoe UI', sans-serif;

    --al-radius: 10px;
    --al-shadow: 0 6px 20px rgba(15, 42, 71, 0.08);
    --al-max-width: 1180px;
}

/* The rest of the theme's visual styling lives in assets/css/main.css,
   which is enqueued in functions.php. WordPress only reads the header
   comment above from this file to identify the theme. */
