:root {

    --font-family:
        Inter,
        system-ui,
        sans-serif;

    --page-bg: #f6f8fb;
    --surface: #ffffff;

    --text: #111827;
    --text-light: #6b7280;

    --border: #e5e7eb;

    --primary: #2563eb;
    --success: #16a34a;
    --warning: #d97706;
    --danger: #dc2626;

    --radius: 16px;

    --shadow:
        0 10px 30px rgba(15,23,42,.08);

    --container: 1200px;

}