/**
 Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight#common_weight_name_mapping
*/

/* Deezer Light */
@font-face {
  font-display: swap;
  font-family: "Deezer Beta";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/beta/beta-light.ee14dca0f83ad6a101fe78b5a8f5debcf3ede4ee.woff2")
      format("woff2"),
    url("../fonts/beta/beta-light.fd284dca1299d98e68f1e47bfd9500204b562c1e.woff")
      format("woff");
}

/* Deezer Regular */
@font-face {
  font-display: swap;
  font-family: "Deezer Beta";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/beta/beta-regular.fff672515aee848904105d707fc3dce4596982e3.woff2")
      format("woff2"),
    url("../fonts/beta/beta-regular.64903eeb93c748cfbc2d081f2641afe6389b946a.woff")
      format("woff");
}

/* Deezer Medium */
@font-face {
  font-display: swap;
  font-family: "Deezer Beta";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/beta/beta-medium.4a832970631e2fa847775001b297ce24f210d4f4.woff2")
      format("woff2"),
    url("../fonts/beta/beta-medium.7ff33172ba82baccaef95f29accae5a3d8eb6eab.woff")
      format("woff");
}

/* Deezer Bold */
@font-face {
  font-display: swap;
  font-family: "Deezer Beta";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/beta/beta-bold.0ab789fadba963a494d872f8949e17e50bb0099a.woff2")
      format("woff2"),
    url("../fonts/beta/beta-bold.eb653147a062e11949291e2df747168d939bfd39.woff")
      format("woff");
}

/* Deezer Extra Bold */
@font-face {
  font-display: swap;
  font-family: "Deezer Beta";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/beta/beta-extrabold.aa3fb71d566c91c35cce98ef8acf727c7afede13.woff2")
      format("woff2"),
    url("../fonts/beta/beta-extrabold.67383900258ddd15e7e6e5b5817e8756de9697c5.woff")
      format("woff");
}
