body{
  --color-accent1: rgba(46, 48, 60, 1);
  --color-accent2: #828282;
  --color-accent3: rgba(149, 148, 148, 1);
  --color-black: rgba(46, 48, 60, 1);
  --color-danger: #f44336;
  --color-dark: rgba(95, 96, 96, 1);
  --color-info: #90caf9;
  --color-light: #CCCCCC;
  --color-medium: rgba(153, 153, 153, 1);
  --color-primary: rgba(27, 73, 142, 1);
  --color-secondary: #90a4ae;
  --color-success: rgba(108, 183, 79, 1);
  --color-warning: #ff9800;
  --color-white: #fff;
  --icon-size-iconLarge: 3rem;
  --icon-size-iconMedium: 2rem;
  --icon-size-iconSmall: 1.5rem;
  --icon-size-iconXLarge: 3.75rem;
  --border-size-large: 0.25rem;
  --border-size-medium: 0.125rem;
  --border-size-small: 0.0625rem;
  --border-size-xLarge: 0.5rem;
  --border-radius-large: 0.25rem;
  --border-radius-medium: 0.125rem;
  --border-radius-small: 0.0625rem;
  --border-radius-xLarge: 0.5rem;
  --spacing-large: 1rem;
  --spacing-medium: 0.5rem;
  --spacing-small: 0.25rem;
  --spacing-xLarge: 1.5rem;
  --text-fontSize-body1: 0.875rem;
  --text-fontSize-body2: 0.75rem;
  --text-fontSize-button: 0.875rem;
  --text-fontSize-title1: 1.875rem;
  --text-fontSize-title2: 1.5625rem;
  --text-fontSize-title3: 1.25rem;
  --text-fontSize-title4: 1.125rem;
  --text-fontSize-title5: 1rem;
  --text-fontSize-title6: 0.875rem;
  --text-color-body1: #000000;
  --text-fontFamily-body1: DIN;
  --text-textTransform-body1: inherit;
  --text-fontWeight-body1: 400;
  --text-letterSpacing-body1: normal;
  --text-fontStyle-body1: normal;
  --text-color-body2: #000000;
  --text-fontFamily-body2: DIN;
  --text-textTransform-body2: inherit;
  --text-fontWeight-body2: 400;
  --text-letterSpacing-body2: normal;
  --text-fontStyle-body2: normal;
  --text-color-button: #ffffff;
  --text-fontFamily-button: Roboto, sans-serif;
  --text-textTransform-button: uppercase;
  --text-fontWeight-button: 500;
  --text-letterSpacing-button: normal;
  --text-fontStyle-button: normal;
  --text-color-title1: #000000;
  --text-fontFamily-title1: DINCond-Bold;
  --text-textTransform-title1: uppercase;
  --text-fontWeight-title1: 700;
  --text-letterSpacing-title1: normal;
  --text-fontStyle-title1: normal;
  --text-color-title2: #000000;
  --text-fontFamily-title2: DINCond-Bold;
  --text-textTransform-title2: uppercase;
  --text-fontWeight-title2: 700;
  --text-letterSpacing-title2: normal;
  --text-fontStyle-title2: normal;
  --text-color-title3: #000000;
  --text-fontFamily-title3: DINCond-Bold;
  --text-textTransform-title3: uppercase;
  --text-fontWeight-title3: 700;
  --text-letterSpacing-title3: normal;
  --text-fontStyle-title3: normal;
  --text-color-title4: #000000;
  --text-fontFamily-title4: DIN;
  --text-textTransform-title4: inherit;
  --text-fontWeight-title4: 700;
  --text-letterSpacing-title4: normal;
  --text-fontStyle-title4: normal;
  --text-color-title5: #000000;
  --text-fontFamily-title5: DIN;
  --text-textTransform-title5: inherit;
  --text-fontWeight-title5: 400;
  --text-letterSpacing-title5: normal;
  --text-fontStyle-title5: normal;
  --text-color-title6: #000000;
  --text-fontFamily-title6: DIN;
  --text-textTransform-title6: uppercase;
  --text-fontWeight-title6: 700;
  --text-letterSpacing-title6: normal;
  --text-fontStyle-title6: normal;
}
@media (min-width: 600px) {
 body{
   --spacing-large: 1rem;
   --spacing-medium: 0.5rem;
   --spacing-small: 0.25rem;
   --spacing-xLarge: 1.5rem;
   --text-fontSize-body1: 1.0625rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 3.375rem;
   --text-fontSize-title2: 3rem;
   --text-fontSize-title3: 2.5rem;
   --text-fontSize-title4: 1.625rem;
   --text-fontSize-title5: 1.25rem;
   --text-fontSize-title6: 1.125rem;
 }
}
@media (min-width: 960px) {
 body{
   --spacing-large: 1.5rem;
   --spacing-medium: 1rem;
   --spacing-small: 0.5rem;
   --spacing-xLarge: 2rem;
   --text-fontSize-body1: 1.125rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 3.375rem;
   --text-fontSize-title2: 3rem;
   --text-fontSize-title3: 2.5rem;
   --text-fontSize-title4: 1.625rem;
   --text-fontSize-title5: 1.375rem;
   --text-fontSize-title6: 1.125rem;
 }
}
@media (min-width: 1200px) {
 body{
   --spacing-large: 1.5rem;
   --spacing-medium: 1rem;
   --spacing-small: 0.5rem;
   --spacing-xLarge: 2rem;
   --text-fontSize-body1: 1.125rem;
   --text-fontSize-body2: 0.75rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 3.375rem;
   --text-fontSize-title2: 3rem;
   --text-fontSize-title3: 2.5rem;
   --text-fontSize-title4: 2rem;
   --text-fontSize-title5: 1.5rem;
   --text-fontSize-title6: 1.25rem;
 }
}