body{
  --color-accent1: rgba(102, 126, 0, 1);
  --color-accent2: rgba(110, 120, 104, 1);
  --color-accent3: rgba(102, 102, 102, 1);
  --color-black: rgba(70, 75, 75, 1);
  --color-danger: rgba(188, 54, 61, 1);
  --color-dark: rgba(70, 75, 75, 1);
  --color-info: rgba(229, 240, 250, 1);
  --color-light: rgba(244, 244, 244, 1);
  --color-medium: rgba(120, 120, 120, 1);
  --color-primary: rgba(0, 113, 206, 1);
  --color-secondary: rgba(8, 31, 143, 1);
  --color-success: rgba(52, 135, 25, 1);
  --color-warning: rgba(185, 92, 43, 1);
  --color-white: #fff;
  --icon-size-iconLarge: 3rem;
  --icon-size-iconMedium: 2.25rem;
  --icon-size-iconSmall: 1.25rem;
  --icon-size-iconXLarge: 3.9375rem;
  --border-size-large: 0.25rem;
  --border-size-medium: 0.125rem;
  --border-size-small: 0.0625rem;
  --border-size-xLarge: 2rem;
  --border-radius-large: 0.25rem;
  --border-radius-medium: 0.125rem;
  --border-radius-small: 0.0625rem;
  --border-radius-xLarge: 2rem;
  --spacing-large: 1.5rem;
  --spacing-medium: 0.75rem;
  --spacing-small: 0.5rem;
  --spacing-xLarge: 2rem;
  --text-fontSize-body1: 1.125rem;
  --text-fontSize-body2: 1rem;
  --text-fontSize-button: 0.875rem;
  --text-fontSize-title1: 1.875rem;
  --text-fontSize-title2: 1.875rem;
  --text-fontSize-title3: 1.625rem;
  --text-fontSize-title4: 1.375rem;
  --text-fontSize-title5: 1.125rem;
  --text-fontSize-title6: 1rem;
  --text-color-body1: #000000;
  --text-fontFamily-body1: Roboto, sans-serif;
  --text-textTransform-body1: inherit;
  --text-fontWeight-body1: 300;
  --text-letterSpacing-body1: normal;
  --text-fontStyle-body1: normal;
  --text-color-body2: #000000;
  --text-fontFamily-body2: Roboto, sans-serif;
  --text-textTransform-body2: inherit;
  --text-fontWeight-body2: 490;
  --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: Roboto, sans-serif;
  --text-textTransform-title1: inherit;
  --text-fontWeight-title1: 350;
  --text-letterSpacing-title1: normal;
  --text-fontStyle-title1: normal;
  --text-color-title2: #000000;
  --text-fontFamily-title2: Roboto, sans-serif;
  --text-textTransform-title2: inherit;
  --text-fontWeight-title2: 300;
  --text-letterSpacing-title2: normal;
  --text-fontStyle-title2: normal;
  --text-color-title3: #000000;
  --text-fontFamily-title3: Roboto, sans-serif;
  --text-textTransform-title3: inherit;
  --text-fontWeight-title3: 490;
  --text-letterSpacing-title3: normal;
  --text-fontStyle-title3: normal;
  --text-color-title4: #000000;
  --text-fontFamily-title4: Roboto, sans-serif;
  --text-textTransform-title4: inherit;
  --text-fontWeight-title4: 490;
  --text-letterSpacing-title4: normal;
  --text-fontStyle-title4: normal;
  --text-color-title5: #000000;
  --text-fontFamily-title5: Roboto, sans-serif;
  --text-textTransform-title5: inherit;
  --text-fontWeight-title5: 490;
  --text-letterSpacing-title5: normal;
  --text-fontStyle-title5: normal;
  --text-color-title6: #000000;
  --text-fontFamily-title6: Roboto, sans-serif;
  --text-textTransform-title6: inherit;
  --text-fontWeight-title6: 490;
  --text-letterSpacing-title6: normal;
  --text-fontStyle-title6: normal;
}
@media (min-width: 600px) {
 body{
   --spacing-large: 1.5rem;
   --spacing-medium: 0.75rem;
   --spacing-small: 0.5rem;
   --spacing-xLarge: 2rem;
   --text-fontSize-body1: 1.125rem;
   --text-fontSize-body2: 1rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 2.875rem;
   --text-fontSize-title2: 2.875rem;
   --text-fontSize-title3: 2rem;
   --text-fontSize-title4: 1.375rem;
   --text-fontSize-title5: 1.125rem;
   --text-fontSize-title6: 1rem;
 }
}
@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: 1rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 2.875rem;
   --text-fontSize-title2: 2.875rem;
   --text-fontSize-title3: 2rem;
   --text-fontSize-title4: 1.5rem;
   --text-fontSize-title5: 1.125rem;
   --text-fontSize-title6: 1rem;
 }
}
@media (min-width: 1200px) {
 body{
   --spacing-large: 2.25rem;
   --spacing-medium: 1.5rem;
   --spacing-small: 0.75rem;
   --spacing-xLarge: 3rem;
   --text-fontSize-body1: 1.125rem;
   --text-fontSize-body2: 1rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 3.4375rem;
   --text-fontSize-title2: 3.4375rem;
   --text-fontSize-title3: 2rem;
   --text-fontSize-title4: 1.5rem;
   --text-fontSize-title5: 1.125rem;
   --text-fontSize-title6: 1rem;
 }
}