body{
  --color-accent1: rgba(157, 211, 84, 1);
  --color-accent2: rgba(242, 177, 220, 1);
  --color-accent3: rgba(138, 163, 185, 1);
  --color-black: #000;
  --color-danger: rgba(130, 19, 7, 1);
  --color-dark: rgba(63, 63, 66, 1);
  --color-info: rgba(222, 197, 91, 1);
  --color-light: rgba(238, 238, 238, 1);
  --color-medium: rgba(164, 164, 166, 1);
  --color-primary: rgba(126, 141, 171, 1);
  --color-secondary: rgba(164, 133, 47, 1);
  --color-success: rgba(112, 139, 85, 1);
  --color-warning: rgba(181, 134, 164, 1);
  --color-white: #fff;
  --icon-size-iconLarge: 3.75rem;
  --icon-size-iconMedium: 3rem;
  --icon-size-iconSmall: 2.125rem;
  --icon-size-iconXLarge: 6rem;
  --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: 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: Roboto, 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: 500;
  --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;
 }
}