@charset "UTF-8";

@font-face {
  font-weight:500;
  font-style: normal;
  font-family: "Denton";
  src: 
    local("☺"), 
    url('../fonts/Denton-Medium.woff2') format('woff2');
}

@font-face {
  font-weight:500;
  font-style: italic;
  font-family: "Denton";
  src: 
    local("☺"), 
    url('../fonts/Denton-MediumItalic.woff2') format('woff2');
}
