body{
  --color-accent1: rgba(0, 45, 61, 1);
  --color-accent2: rgba(0, 62, 85, 1);
  --color-accent3: rgba(40, 39, 40, 1);
  --color-black: #000;
  --color-danger: #f44336;
  --color-dark: rgba(73, 73, 73, 1);
  --color-info: rgba(4, 121, 168, 1);
  --color-light: rgba(249, 249, 249, 1);
  --color-medium: rgba(173, 173, 173, 1);
  --color-primary: rgba(0, 87, 119, 1);
  --color-secondary: rgba(212, 68, 39, 1);
  --color-success: #8bc34a;
  --color-warning: #ff9800;
  --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: 1rem;
  --text-fontSize-body2: 0.875rem;
  --text-fontSize-button: 0.875rem;
  --text-fontSize-title1: 2.625rem;
  --text-fontSize-title2: 2rem;
  --text-fontSize-title3: 1.5rem;
  --text-fontSize-title4: 1.5rem;
  --text-fontSize-title5: 1.5rem;
  --text-fontSize-title6: 1.25rem;
  --text-color-body1: rgba(73, 73, 73, 1);
  --text-fontFamily-body1: Open Sans;
  --text-textTransform-body1: inherit;
  --text-fontWeight-body1: 400;
  --text-letterSpacing-body1: normal;
  --text-fontStyle-body1: normal;
  --text-color-body2: rgba(73, 73, 73, 1);
  --text-fontFamily-body2: Open Sans;
  --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: rgba(73, 73, 73, 1);
  --text-fontFamily-title1: Bitter;
  --text-textTransform-title1: inherit;
  --text-fontWeight-title1: 700;
  --text-letterSpacing-title1: normal;
  --text-fontStyle-title1: normal;
  --text-color-title2: rgba(73, 73, 73, 1);
  --text-fontFamily-title2: Bitter;
  --text-textTransform-title2: inherit;
  --text-fontWeight-title2: 600;
  --text-letterSpacing-title2: normal;
  --text-fontStyle-title2: normal;
  --text-color-title3: rgba(73, 73, 73, 1);
  --text-fontFamily-title3: Bitter;
  --text-textTransform-title3: inherit;
  --text-fontWeight-title3: 600;
  --text-letterSpacing-title3: normal;
  --text-fontStyle-title3: normal;
  --text-color-title4: rgba(73, 73, 73, 1);
  --text-fontFamily-title4: Bitter;
  --text-textTransform-title4: inherit;
  --text-fontWeight-title4: 600;
  --text-letterSpacing-title4: normal;
  --text-fontStyle-title4: normal;
  --text-color-title5: rgba(73, 73, 73, 1);
  --text-fontFamily-title5: Open Sans;
  --text-textTransform-title5: inherit;
  --text-fontWeight-title5: 500;
  --text-letterSpacing-title5: normal;
  --text-fontStyle-title5: normal;
  --text-color-title6: rgba(73, 73, 73, 1);
  --text-fontFamily-title6: Open Sans;
  --text-textTransform-title6: inherit;
  --text-fontWeight-title6: 500;
  --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: 1rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 2.625rem;
   --text-fontSize-title2: 2rem;
   --text-fontSize-title3: 1.75rem;
   --text-fontSize-title4: 1.75rem;
   --text-fontSize-title5: 1.75rem;
   --text-fontSize-title6: 1.5rem;
 }
}
@media (min-width: 960px) {
 body{
   --spacing-large: 1.5rem;
   --spacing-medium: 1rem;
   --spacing-small: 0.5rem;
   --spacing-xLarge: 2rem;
   --text-fontSize-body1: 1.25rem;
   --text-fontSize-body2: 1rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 3rem;
   --text-fontSize-title2: 2.25rem;
   --text-fontSize-title3: 1.75rem;
   --text-fontSize-title4: 1.75rem;
   --text-fontSize-title5: 1.75rem;
   --text-fontSize-title6: 1.5rem;
 }
}
@media (min-width: 1200px) {
 body{
   --spacing-large: 1.5rem;
   --spacing-medium: 1rem;
   --spacing-small: 0.5rem;
   --spacing-xLarge: 2rem;
   --text-fontSize-body1: 1.25rem;
   --text-fontSize-body2: 1rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 3rem;
   --text-fontSize-title2: 2.25rem;
   --text-fontSize-title3: 1.75rem;
   --text-fontSize-title4: 1.75rem;
   --text-fontSize-title5: 1.75rem;
   --text-fontSize-title6: 1.5rem;
 }
}