/*
Theme Name: Aiskrim Kelantan
Theme URI: https://aiskrimkelantan.my
Author: Katering Aiskrim Kelantan
Author URI: https://aiskrimkelantan.my
Description: Custom premium single landing page theme for Katering Aiskrim Kelantan.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiskrim-kelantan
Tags: one-page, landing-page, custom-background, custom-logo, responsive-layout
*/

/* ============================================================
   CSS Design Tokens
   ============================================================ */
:root {
    --clr-primary:      #1a2a5e;   /* Navy Blue */
    --clr-primary-dark: #0f1a3e;
    --clr-primary-light:#2d47a0;
    --clr-accent:       #ff6b00;   /* Bright Orange */
    --clr-accent-dark:  #d95500;
    --clr-white:        #ffffff;
    --clr-offwhite:     #f8f9fc;
    --clr-grey:         #6b7280;
    --clr-grey-light:   #e5e7eb;
    --clr-dark:         #111827;
    --clr-text:         #374151;
    --clr-hero-overlay: rgba(10, 18, 50, 0.72);

    --font-heading: 'Poppins', sans-serif;
    --font-body:    'Inter', sans-serif;

    --radius-sm:  6px;
    --radius-md:  12px;
    --radius-lg:  20px;
    --radius-xl:  32px;
    --radius-full: 9999px;

    --shadow-sm:  0 1px 3px rgba(0,0,0,.1);
    --shadow-md:  0 4px 16px rgba(0,0,0,.12);
    --shadow-lg:  0 8px 32px rgba(0,0,0,.18);
    --shadow-xl:  0 20px 60px rgba(0,0,0,.22);

    --transition: .25s cubic-bezier(.4,0,.2,1);
    --max-content: 1200px;
    --section-gap: 100px;
}
