@font-face{
  font-family: "Poetsen One";
  src: url("WebFonts/e7f249e71a563eed9c495835657eb9c2.eot");
  src: url("WebFonts/e7f249e71a563eed9c495835657eb9c2.eot?#iefix")format("embedded-opentype"),
      url("WebFonts/e7f249e71a563eed9c495835657eb9c2.woff")format("woff"),
      url("WebFonts/e7f249e71a563eed9c495835657eb9c2.woff2")format("woff2"),
      url("WebFonts/e7f249e71a563eed9c495835657eb9c2.ttf")format("truetype"),
      url("WebFonts/e7f249e71a563eed9c495835657eb9c2.svg#Poetsen One")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

.poetsenone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Poetsen One' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}