@charset "UTF-8";

:root{
    --almostBlack:#1e1e1e;
    --black:#000;
    --primaryFontColor:#1e1e1e;

    --greyDark:#6e6e6e;
    --greyDarkBackground:#555555;
    --greyDarker:#4e4e4e;
    --headerFontColor:#484848;

    --linearGradientBackgroundColor:#ffffff;
    --primaryPageBackgroundColor:#f8f8f8;
    --primaryPageBackgroundPart:#fcfcfc;
    --white:#ffffff;
    --greyLight-1:#f2f2f2;
    --greyLight-2:#a3a2a2;
    --greyLight-3:#6e6e6e;
    --greyLight-4:#e1e1e1;
    --greyLight-5:#eeeeee;
    --greyLight-6:#dddddd;
    --greyLight-7:#f5f5f5;
    --white-input-clear:#cccccc;
    --white-input-placeholder:#848484;
    --greyDarkBackground-light:#666666;

    --facebook-blue:#1877f2;
    --facebook-blue-medium:#1355a9;
    --facebook-blue-dark:#0d3e83;

    --orange:#fc9700;
    --orange-dark:#b0550b;
    --orange-medium:#f97208;

    --yellow:#e6ff00;

    --green-border:#03991b;
    --la-green:#0b9444;
    --green-text:#060;

    --primary:#2b909c;
    --primary-input-placeholder:#89ccd4;
    --primary-extra-light:#2fa0ad;
    --primary-light:#29a1b0;
    --primary-light-medium:#2a96a2;
    --primary-dark:#1c676f;
    --navigation-background:#176066;
    --primary-medium:#23848f;
    --primary-medium-dark:#1d6f76;
    --primary-mobile-menu:#227b85;
    --secondary-mobile-menu:#1e767e;

    --danger-red:#eb101f;
    --dark-red:#630c0c;
    --medium-red:#a60e18;

    --shadow-color:0deg 0% 66%;
    --shadow-elevation-high:0.3px 0.6px 1px hsl(var(--shadow-color) / 0%), 8px 18px 29px hsl(var(--shadow-color) / 54%), 25px 56px 92px hsl(var(--shadow-color) / 100%);
    --shadow-elevation-low:0.3px 0.6px 1px hsl(var(--shadow-color) / 0%), 1px 2px 4px hsl(var(--shadow-color) / 47%);
    --shadow-elevation-medium:0.3px 0.6px 1px hsl(var(--shadow-color) / 0%), 5px 11px 19px hsl(var(--shadow-color) / 65%);


}