html{
    --primary-color: #2563eb;
    --secondary-color: #1e40af;
    --third-color: #60a5fa;

    --primary-grey:#f5f5f5;
    --secondary-grey:#c2c2c2;
    --third-grey:#555555;
    --fourth-grey:#313437;
    --black: #000000;

    --price-color: #0B7958;

    --main-bg: var(--primary-grey);
    --secondary-bg: var(--primary-grey);
    --footer-signup: var(--fourth-grey);

    --footer-svg-fill-light: var(--third-color);
    --footer-svg-fill-medium: var(--primary-color);
    --footer-svg-fill-dark: var(--secondary-color);
}

