@font-face {
  font-family: "Flaviotte";
  src: url("./Flaviotte.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./Manrope_VariableFont_wght.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* SMYDA alap tipográfia */

body {
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
.display,
.serif {
  font-family: "Flaviotte", serif;
  font-weight: 400;
}

button,
input,
textarea,
select,
nav,
.btn,
.kicker,
.eyebrow {
  font-family: "Manrope", sans-serif;
}