@charset "UTF-8";

@font-face {
  font-family: "mementos";
  src:url("../fonts/icons/mementos.eot");
  src:url("../fonts/icons/mementos.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons/mementos.woff") format("woff"),
    url("../fonts/icons/mementos.ttf") format("truetype"),
    url("../fonts/icons/mementos.svg#mementos") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[data-icon]:before {
  font-family: "mementos" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {
  font-family: "mementos" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-home:before {
  content: "\61";
}
.ico-instagram:before {
  content: "\62";
}
.ico-next:before {
  content: "\63";
}
.ico-pause:before {
  content: "\64";
}
.ico-play:before {
  content: "\65";
}
.ico-spotify:before {
  content: "\66";
}
.ico-soundwave:before {
  content: "\67";
}
.ico-return:before {
  content: "\68";
}

@font-face {
  font-family: 'Triplett Agency Light';
  font-display: swap;  
  src: url('../fonts/optitriplettlight-agency-webfont.woff2') format('woff2'),
       url('../fonts/optitriplettlight-agency-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'AG Book Pro Regular';
  src: url('../fonts/AGBookPro-Regular.woff2') format('woff2'),
       url('../fonts/AGBookPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AG Book Pro Regular';
  src: url('../fonts/AGBookPro-Medium.woff2') format('woff2'),
      url('../fonts/AGBookPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

