@charset "UTF-8";

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/font.woff2") format("woff2"),
       url("../fonts/font.woff") format("woff"),
       url("../fonts/font.ttf") format("truetype"),
       url("../fonts/font.eot") format("embedded-opentype"),
       url("../fonts/font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans-Bold";
  src: url("../fonts/font2.woff2") format("woff2"),
       url("../fonts/font2.woff") format("woff"),
       url("../fonts/font2.eot") format("embedded-opentype"),
       url("../fonts/font2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "QuattrocentoSans-Regular";
  src: url("../fonts/font3.woff2") format("woff2"),
       url("../fonts/font3.woff") format("woff"),
       url("../fonts/font3.eot") format("embedded-opentype"),
       url("../fonts/font3.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

