body {
  --color-accent1: rgba(223, 227, 235, 1);
  --color-accent2: rgba(153, 153, 153, 0.05);
  --color-accent3: rgba(63, 63, 63, 1);
  --color-black: rgba(63, 63, 63, 1);
  --color-danger: #f44336;
  --color-dark: rgba(77, 77, 77, 1);
  --color-info: rgba(144, 202, 249, 1);
  --color-light: rgba(245, 245, 245, 1);
  --color-medium: rgba(153, 153, 153, 1);
  --color-primary: rgba(17, 54, 168, 1);
  --color-secondary: rgba(29, 94, 220, 1);
  --color-success: rgba(42, 199, 167, 1);
  --color-warning: #ff9800;
  --color-white: #fff;
  --icon-size-iconLarge: 2rem;
  --icon-size-iconMedium: 1.5rem;
  --icon-size-iconSmall: 1.125rem;
  --icon-size-iconXLarge: 3rem;
  --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: 2.25rem;
  --text-fontSize-title2: 1.875rem;
  --text-fontSize-title3: 1.5rem;
  --text-fontSize-title4: 1.25rem;
  --text-fontSize-title5: 1.125rem;
  --text-fontSize-title6: 1rem;
  --text-color-body1: rgba(31, 41, 55, 1);
  --text-fontFamily-body1: Verdana;
  --text-fontStyle-body1: normal;
  --text-fontWeight-body1: 400;
  --text-letterSpacing-body1: 0px;
  --text-textTransform-body1: inherit;
  --text-color-body2: rgba(31, 41, 55, 1);
  --text-fontFamily-body2: Verdana;
  --text-fontStyle-body2: normal;
  --text-fontWeight-body2: 400;
  --text-letterSpacing-body2: 0px;
  --text-textTransform-body2: inherit;
  --text-color-button: #ffffff;
  --text-fontFamily-button: Roboto, sans-serif;
  --text-fontStyle-button: normal;
  --text-fontWeight-button: 500;
  --text-letterSpacing-button: normal;
  --text-textTransform-button: uppercase;
  --text-color-title1: rgba(31, 41, 55, 1);
  --text-fontFamily-title1: Verdana;
  --text-fontStyle-title1: normal;
  --text-fontWeight-title1: 700;
  --text-letterSpacing-title1: 0.8px;
  --text-textTransform-title1: inherit;
  --text-color-title2: rgba(31, 41, 55, 1);
  --text-fontFamily-title2: Verdana;
  --text-fontStyle-title2: normal;
  --text-fontWeight-title2: 700;
  --text-letterSpacing-title2: 0.8px;
  --text-textTransform-title2: inherit;
  --text-color-title3: rgba(31, 41, 55, 1);
  --text-fontFamily-title3: Verdana;
  --text-fontStyle-title3: normal;
  --text-fontWeight-title3: 700;
  --text-letterSpacing-title3: 0.8px;
  --text-textTransform-title3: inherit;
  --text-color-title4: rgba(31, 41, 55, 1);
  --text-fontFamily-title4: Verdana;
  --text-fontStyle-title4: normal;
  --text-fontWeight-title4: 700;
  --text-letterSpacing-title4: 0.8px;
  --text-textTransform-title4: inherit;
  --text-color-title5: rgba(31, 41, 55, 1);
  --text-fontFamily-title5: Verdana;
  --text-fontStyle-title5: normal;
  --text-fontWeight-title5: 700;
  --text-letterSpacing-title5: 0.8px;
  --text-textTransform-title5: inherit;
  --text-color-title6: rgba(31, 41, 55, 1);
  --text-fontFamily-title6: Verdana;
  --text-fontStyle-title6: normal;
  --text-fontWeight-title6: 700;
  --text-letterSpacing-title6: 0.8px;
  --text-textTransform-title6: inherit;
}
@media (min-width: 600px) {
 body {
   --spacing-large: 1rem;
   --spacing-medium: 0.5rem;
   --spacing-small: 0.25rem;
   --spacing-xLarge: 1.5rem;
   --text-fontSize-body1: 0.875rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 2.25rem;
   --text-fontSize-title2: 1.875rem;
   --text-fontSize-title3: 1.5rem;
   --text-fontSize-title4: 1.25rem;
   --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: 0.875rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 2.25rem;
   --text-fontSize-title2: 1.875rem;
   --text-fontSize-title3: 1.5rem;
   --text-fontSize-title4: 1.25rem;
   --text-fontSize-title5: 1.125rem;
   --text-fontSize-title6: 1rem;
 }
}
@media (min-width: 1200px) {
 body {
   --spacing-large: 1.5rem;
   --spacing-medium: 1rem;
   --spacing-small: 0.5rem;
   --spacing-xLarge: 2rem;
   --text-fontSize-body1: 0.875rem;
   --text-fontSize-body2: 0.875rem;
   --text-fontSize-button: 0.875rem;
   --text-fontSize-title1: 2.25rem;
   --text-fontSize-title2: 1.875rem;
   --text-fontSize-title3: 1.5rem;
   --text-fontSize-title4: 1.25rem;
   --text-fontSize-title5: 1.125rem;
   --text-fontSize-title6: 1rem;
 }
}
