@font-face {
  font-family: "bebas_neuebook";
  src: url(../fonts/bebas-book/bebasneue-book-webfont.woff2) format("woff2"),
        url(../fonts/bebas-book/bebasneue-book-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
  /* src: url(http://editor.test/assets/fonts/bebas-book/bebasneue-book-webfont.woff2) format("woff2"),
        url(http://editor.test/assets/fonts/bebas-book/bebasneue-book-webfont.woff) format("woff"); */
:root {
  --font-bebas: "Bebas Neue", sans-serif;
  --color-bright: #f5f9fc;
  --color-primary: #ead58d;
  --color-blue-dark: #04182c;
  --font-inter: "Inter", sans-serif;
  --font-bebas-book: "bebas_neuebook";
  --color-grey-light: #dfddda;
}
