/* ==========================================
   MTAA DESIGN SYSTEM
   ========================================== */

:root{

    /* Brand Colours */
    --primary:#198754;
    --primary-dark:#146c43;
    --primary-light:#e8f5e9;

    --gold:#ffc107;
    --danger:#dc3545;

    /* Neutral Colours */
    --white:#ffffff;
    --background:#f8f9fa;

    --text:#212529;
    --text-light:#6c757d;

    --border:#dee2e6;

    /* Border Radius */
    --radius-sm:12px;
    --radius-md:16px;
    --radius-lg:24px;
    --radius-pill:50px;

    /* Shadows */
    --shadow-sm:0 8px 20px rgba(0,0,0,.08);
    --shadow-lg:0 18px 40px rgba(0,0,0,.15);

    /* Animation */
    --transition:.3s ease;

    /* Container */
    --container:1320px;

}