body{
  --color-accent1: rgba(51, 71, 86, 1);
  --color-accent2: rgba(84, 186, 185, 1);
  --color-accent3: rgba(24, 151, 143, 1);
  --color-black: #000;
  --color-danger: rgba(153, 0, 0, 1);
  --color-dark: rgba(38, 37, 36, 1);
  --color-info: rgba(58, 176, 255, 1);
  --color-light: rgba(186, 185, 185, 1);
  --color-medium: rgba(84, 84, 85, 1);
  --color-primary: rgba(242, 101, 34, 1);
  --color-secondary: rgba(249, 169, 129, 1);
  --color-success: #8bc34a;
  --color-warning: rgba(254, 205, 26, 1);
  --color-white: #fff;
  --icon-size-iconLarge: 3rem;
  --icon-size-iconMedium: 2.25rem;
  --icon-size-iconSmall: 1.5rem;
  --icon-size-iconXLarge: 3.9375rem;
  --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: 3.5625rem;
  --text-fontSize-title2: 2.4375rem;
  --text-fontSize-title3: 1.6875rem;
  --text-fontSize-title4: 1.25rem;
  --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: 400;
  --text-letterSpacing-body1: normal;
  --text-fontStyle-body1: undefined;
  --text-color-body2: #000000;
  --text-fontFamily-body2: Roboto, sans-serif;
  --text-textTransform-body2: inherit;
  --text-fontWeight-body2: 400;
  --text-letterSpacing-body2: normal;
  --text-fontStyle-body2: undefined;
  --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: undefined;
  --text-color-title1: #000000;
  --text-fontFamily-title1: Sans-Serif;
  --text-textTransform-title1: inherit;
  --text-fontWeight-title1: 300;
  --text-letterSpacing-title1: normal;
  --text-fontStyle-title1: undefined;
  --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: undefined;
  --text-color-title3: #000000;
  --text-fontFamily-title3: Roboto, sans-serif;
  --text-textTransform-title3: inherit;
  --text-fontWeight-title3: 400;
  --text-letterSpacing-title3: normal;
  --text-fontStyle-title3: undefined;
  --text-color-title4: #000000;
  --text-fontFamily-title4: Roboto, sans-serif;
  --text-textTransform-title4: inherit;
  --text-fontWeight-title4: 400;
  --text-letterSpacing-title4: normal;
  --text-fontStyle-title4: undefined;
  --text-color-title5: #000000;
  --text-fontFamily-title5: Roboto, sans-serif;
  --text-textTransform-title5: inherit;
  --text-fontWeight-title5: 400;
  --text-letterSpacing-title5: normal;
  --text-fontStyle-title5: undefined;
  --text-color-title6: #000000;
  --text-fontFamily-title6: Roboto, sans-serif;
  --text-textTransform-title6: inherit;
  --text-fontWeight-title6: 400;
  --text-letterSpacing-title6: normal;
  --text-fontStyle-title6: undefined;
}
@media (min-width: 600px) {
 body{
   --spacing-large: 1rem;
   --spacing-medium: 0.5rem;
   --spacing-small: 0.25rem;
   --spacing-xLarge: 1.5rem;
   --text-fontSize-body1: 1rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 4.6875rem;
   --text-fontSize-title2: 3.25rem;
   --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: 1rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 6.625rem;
   --text-fontSize-title2: 3.25rem;
   --text-fontSize-title3: 2.75rem;
   --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: 1rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 6rem;
   --text-fontSize-title2: 3.75rem;
   --text-fontSize-title3: 3rem;
   --text-fontSize-title4: 2.125rem;
   --text-fontSize-title5: 1.5rem;
   --text-fontSize-title6: 1.25rem;
 }
}