/* ==================================
   VARIABLES
================================== */
:root{
    color-scheme: light;
    /*colors*/
    --primary:#e95e0d;
    --primary-light:#f08020;
    --primary-clear:#e95e0d7c;
    --accent:#515151;
    --accent-clear:#51515131;
    --text-dark:#111827;
    --text-light:#ffffff;
    --bg:#f1f1f1;
    --bg2: #dedede;
    /*spacing*/
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 16px;
    --space-4: 24px;
    --space-5: 32px;
    --space-6: 48px;
    --space-7: 64px;
    --space-8: 96px;
}