@font-face {
  font-family: "Mayonice";
  src: url("../assets/fonts/mayonice/Mayonice.otf") format("opentype"),
    url("../assets/fonts/mayonice/Mayonice.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../assets/fonts/quicksand/Quicksand_Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand Book";
  src: url("../assets/fonts/quicksand/Quicksand_Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand Bold";
  src: url("../assets/fonts/quicksand/Quicksand_Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url("../assets/fonts/centurygothic/centurygothic.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century Gothic Bold";
  src: url("../assets/fonts/centurygothic/centurygothic_bold.ttf")
    format("opentype");
  /* font-weight: normal;
  font-style: normal; */
}
