:root {
  --primary_bg: #acd8b9;
  --primary_color: black;
  --accent_bg:;
  --accent_color: white;
  --primary_font: 'charter';
}

@font-face {
  font-family: charter;
  src: url('./fonts/charter/charter_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: charter;
  src: url('./fonts/charter/charter_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: charter;
  src: url('./fonts/charter/charter_bold_italic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: charter;
  src: url('./fonts/charter/charter_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

