/* variables.css — color system & typography Nusa Scooter */

:root {
    --ns-primary: #0d6efd;
    --ns-primary-dark: #0b5ed7;
    --ns-secondary: #198754;
    --ns-accent: #fd7e14;
    --ns-dark: #12203a;
    --ns-light-bg: #f4f7fc;
    --ns-whatsapp: #25d366;

    --ns-font: 'Poppins', system-ui, sans-serif;
    --ns-radius: 0.9rem;
}

body {
    font-family: var(--ns-font);
    color: #212529;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--ns-font);
    font-weight: 700;
}
