:root {
  --header-font-family: 'Wasted Vindey', sans-serif;
  --highlight-font-family: 'Riesling', sans-serif;
  --text-font-family: 'EB Garamond', serif;
  --icon-font-family: 'Type Icons';
  --color-light: #fde480;
  --color-dark: #462f89;
  --min-width: 576px;
  --small-width: 768px;
  --medium-width: 992px;
  --large-width: 1200px;
  --max-width: 1400px;
}
