@duet-font-path: "..";
@duet-font-display: auto;

@font-face {
  font-family: "localtapiola-sans";
  font-display: @duet-font-display;
  src: url("@{duet-font-path}/LocalTapiola-Extrabold.woff2") format("woff2"),
    url("@{duet-font-path}/LocalTapiola-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "localtapiola-sans";
  font-display: @duet-font-display;
  src: url("@{duet-font-path}/LocalTapiola-Semibold.woff2") format("woff2"),
    url("@{duet-font-path}/LocalTapiola-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "localtapiola-sans";
  font-display: @duet-font-display;
  src: url("@{duet-font-path}/LocalTapiola-Regular.woff2") format("woff2"),
    url("@{duet-font-path}/LocalTapiola-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
