﻿:root {
    /* ==========================================
       TYPOGRAPHY
    ========================================== */

    --font-family-base: "Poppins", "Segoe UI", Roboto, Arial, sans-serif;
    --font-size-xs: 0.6875rem; /* 11px */
    --font-size-sm: 0.75rem; /* 12px */
    --font-size-base: 0.8125rem; /* 13px */

    --font-size-lg: 0.9375rem; /* 15px */
    --font-size-xl: 1.0625rem; /* 17px */
    --font-size-2xl: 1.25rem; /* 20px */
    --font-size-3xl: 1.625rem; /* 26px */

    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --line-height-base: 1.5;
    --line-height-heading: 1.2;
    /* ==========================================
       SPACING
    ========================================== */

    --space-xxs: 4px;
    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;
    /* ==========================================
       BORDERS
    ========================================== */

    --border-width: 1px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    /* ==========================================
       SHADOWS
    ========================================== */

    --shadow-none: none;
    --shadow-sm: 0 1px 3px rgba(16,24,40,.06);
    --shadow-md: 0 6px 18px rgba(16,24,40,.08);
    --shadow-lg: 0 12px 40px rgba(16,24,40,.12);
    /* ==========================================
       BUTTONS
    ========================================== */

    --btn-height-sm: 32px;
    --btn-height-md: 40px;
    --btn-height-lg: 48px;
    --btn-padding-sm: 12px;
    --btn-padding-md: 16px;
    --btn-padding-lg: 24px;
    /* ==========================================
       ICONS
    ========================================== */

    --icon-size-sm: 16px;
    --icon-size-md: 20px;
    --icon-size-lg: 24px;
    /* ==========================================
       INPUTS
    ========================================== */

    --input-height-sm: 36px;
    --input-height: 42px;
    --input-height-lg: 48px;
    --input-padding-sm: 6px 10px;
    --input-padding: 10px 12px;
    --input-padding-lg: 14px 16px;
    /* ==========================================
       TRANSITIONS
    ========================================== */

    --transition-fast: 150ms cubic-bezier(0.4,0,0.2,1);
    --transition-base: 220ms cubic-bezier(0.4,0,0.2,1);
    --transition-slow: 350ms cubic-bezier(0.4,0,0.2,1);
    /* ==========================================
       Z-INDEX
    ========================================== */

    --z-dropdown: 1000;
    --z-header: 1100;
    --z-modal: 1200;
    --z-toast: 1300;
}
