:root {

    /* Colors */
    --primary: #0F172A;
    --secondary: #2563EB;
    --accent: #F97316;

    --background: #F8FAFC;
    --white: #FFFFFF;
    --text: #111827;

    /* Typography */
    --font-primary: "Manrope", sans-serif;

    /* Layout */
    --container-width: 1280px;
    --section-padding: 120px;

    /* Border Radius */
    --radius: 16px;

    /* Transition */
    --transition: 0.35s ease;
}