:root {
    /* Primary Colors */
    --color-primary: #f75b00;
    --color-primary-rgb:  #f75b00;

    /* Secondary */
    --color-secondary: #32353a;

    /* Text */
    --color-default: #212529;
    --color-default-rgb: #212529;

    /* Background */
    --color-background: #ffffff;
    --color-background-rgb: #ffffff;

    /* Navbar */
    --color-nav: #3a3939;
    --color-nav-hover: #f75b00;

    /* Footer */
    --footer-bg: #f4f4f4;
    --footer-text: #212529;
}