@font-face {
  font-display: swap;
  font-family: "Fredericka the Great";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/FrederickaTheGreat/fredericka-the-great-v23-latin-regular.woff2")
    format("woff2");
}

:root {
  --width: 35rem;
  font-size: 18px;
  --dark-red: #871008;
  --red: #e0160a;
  --yellow: #f7bd40;
  --darkblue: #2289b6;
  --blue: #94afc0;
  --white: #f4f4f4;
  --gray: #e5e5e5;
  --dark-gray: #666;
}
