/*
 * Local Typekit fonts - dico-typewriter family
 */

@font-face {
  font-family: "dico-typewriter";
  src: url("dico-typewriter-italic.woff2") format("woff2");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "dico-typewriter";
  src: url("dico-typewriter-normal.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "dico-typewriter-script";
  src: url("dico-typewriter-script.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "dico-typewriter-slab";
  src: url("dico-typewriter-slab.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

.tk-dico-typewriter { font-family: "dico-typewriter", mono; }
.tk-dico-typewriter-script { font-family: "dico-typewriter-script", mono; }
.tk-dico-typewriter-slab { font-family: "dico-typewriter-slab", mono; }
