@font-face {
  font-family: "NorthLand";
  font-style: normal;
  font-weight: 400;
  src: local("NorthLand Regular"), url("./NorthLand-Regular.otf");
}

.NorthLand {
  font-family: "NorthLand" !important;
}

@font-face {
  font-family: "NorthLand Swash";
  font-style: normal;
  font-weight: 400;
  src: local("NorthLand Swash"), url("./NorthLand-Swash.otf");
}

.NorthLand-Swash {
  font-family: "NorthLand Swash" !important;
}

@font-face {
  font-family: "NorthLand Sans";
  font-style: normal;
  font-weight: 400;
  src: local("NorthLand Sans"), url("./NorthLand-Sans.otf");
}

.NorthLand-Sans {
  font-family: "NorthLand Sans" !important;
}
