Source/Website/Content/Site.css [2:13]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    --foreground-color-primary: #2f4b66;
    --foreground-color-secondary: #673c4f;
    --foreground-color-secondary-hover: #472936;
    --background-color-primary: #ffffff;
    --background-color-secondary: #f4f6f7;
    --background-color-light: #b2bac1;
    --text-color-primary: #2f4b66;
    --text-color-light: #b2bac1;
    --box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.1);
    --border: 2px solid #4778d9;
    --font-weight-light: 300;
    --font-weight-medium: 500;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Source/Website/Content/styles/main.css [2:16]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    --foreground-color-primary: #2f4b66;
    --foreground-color-secondary: #673c4f;
    --foreground-color-secondary-hover: #472936;
    --background-color-primary: #ffffff;
    --background-color-secondary: #f4f6f7;
    --background-color-light: #b2bac1;

    --text-color-primary: #2f4b66;
    --text-color-light: #b2bac1;

    --box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.1);
    --border: 2px solid #4778d9;

    --font-weight-light: 300;
    --font-weight-medium: 500;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



