/* phpcs:ignoreFile */
/* This file triggers the false positive case outlined here: https://github.com/squizlabs/PHP_CodeSniffer/issues/3364 */
:root {
  --color-ec-blue: #004494;
  --color-ec-blue-75: #4073af;
  --color-ec-blue-25: #bfd0e4;
  --color-ec-blue-5: #f2f5f9;

  --color-ec-grey: #404040;
  --color-ec-grey-75: #707070;
  --color-ec-grey-25: #cfcfcf;
  --color-ec-grey-5: #f5f5f5;

  --color-ec-yellow: #ffd617;
  --color-ec-yellow-110: #fbc11d;
  --color-ec-yellow-120: #f8ae21;
  --color-ersc-orange: #e28130;

  --line-height: 1.5;
  --line-height-headings: 1.2;

  --color-section: var(--color-ec-yellow);
  --color-section-text: var(--color-ec-grey);

  --font-size-medium: 0.75rem;
  --font-size: 1rem;
  --font-size-large: 1.5rem;
  --font-size-larger: 2rem;
  --font-size-stats: 4rem;

  --max-content-width: 80ch;
}
