/**
 * Default Theme Variables
 * These are the variable and constant variables used in the default theme.
 **/

/**
 * Constants
 * These do not change with theme, but are defined as variables
 * to use the values multiple times.
 **/
:root {
    /** Base Colors **/
    --color-primary: #0f0e47;
    --color-secondary: #505081;
    --color-highlight-one: #3ee600;
    --color-highlight-two: #ffbf00;
    --color-body-bg: #0f0e47;
    --color-body-bg: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(80, 80, 129, 1) 52%, rgba(254, 254, 254) 100%);
    --color-txt-footer: #eef;
    /** Fonts **/
    --font-body: "Roboto", sans-serif;
    --font-head: "Ubuntu", sans-serif;
    --font-mono: "JetBrains Mono", monospace;
    /** Images **/
    --logo-com: url("../images/itsux-logo-complete-0.svg");
}
