/* ROOT VARIABLES  */

:root{

    /* Brand Colors */
    --primary-color: #ff6b00;      /* Spark Orange */
    --secondary-color: #0f172a;    /* Dark Navy */
    --accent-color: #1e293b;
    --light-color: #f8fafc;
    --white-color: #ffffff;

    /* Text Colors */
    --text-dark: #1a1a1a;
    --text-light: #6b7280;

    /* Font Family */
    --heading-font: 'Poppins', sans-serif;
    --body-font: 'Inter', sans-serif;

    /* Spacing */
    --transition-speed: 0.3s;
}
