:root {
  --content-max-width: 1200px;

  --fmt-body-family: inherit;
  --fmt-body-size: 1rem;
  --fmt-body-weight: 400;
  --fmt-body-line-height: 1.6;
  --fmt-body-letter-spacing: 0;
  --fmt-body-color: inherit;
  --fmt-h1-family: inherit;
  --fmt-h1-size: 2.5rem;
  --fmt-h1-weight: 700;
  --fmt-h1-line-height: 1.2;
  --fmt-h1-letter-spacing: 0;
  --fmt-h1-color: inherit;
  --fmt-h2-family: inherit;
  --fmt-h2-size: 2rem;
  --fmt-h2-weight: 700;
  --fmt-h2-line-height: 1.25;
  --fmt-h2-letter-spacing: 0;
  --fmt-h2-color: inherit;
  --fmt-h3-family: inherit;
  --fmt-h3-size: 1.5rem;
  --fmt-h3-weight: 600;
  --fmt-h3-line-height: 1.3;
  --fmt-h3-letter-spacing: 0;
  --fmt-h3-color: inherit;
  --fmt-h4-family: inherit;
  --fmt-h4-size: 1.25rem;
  --fmt-h4-weight: 600;
  --fmt-h4-line-height: 1.35;
  --fmt-h4-letter-spacing: 0;
  --fmt-h4-color: inherit;
  --fmt-h5-family: inherit;
  --fmt-h5-size: 1.1rem;
  --fmt-h5-weight: 600;
  --fmt-h5-line-height: 1.4;
  --fmt-h5-letter-spacing: 0;
  --fmt-h5-color: inherit;

    --red: #DE0606;
    --red-dark: #b00000;
    --nav-red: #e51f2e;
    --text: #555555;
    --heading-h1: #506873;
    --heading-h2: #2F5775;
    --phone-bar: #506873;
    --bg: #E6F2FA;
    --max-width: 980px;
    --font-sans: 'Poppins', Arial, sans-serif;
    --font-serif: 'Gelasio', Georgia, serif;
}
