@font-face {
  font-family: 'chiffres-heures';
  src:
    url('fonts/chiffres-heures.ttf?d8ylka') format('truetype'),
    url('fonts/chiffres-heures.woff?d8ylka') format('woff'),
    url('fonts/chiffres-heures.svg?d8ylka#chiffres-heures') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="heure-"], [class*=" heure-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'chiffres-heures' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heure-0:before {
  content: "\e0";
}
.heure-1:before {
  content: "\e1";
}
.heure-2:before {
  content: "\e2";
}
.heure-3:before {
  content: "\e3";
}
.heure-4:before {
  content: "\e4";
}
.heure-5:before {
  content: "\e5";
}
.heure-6:before {
  content: "\e6";
}
.heure-7:before {
  content: "\e7";
}
.heure-8:before {
  content: "\e8";
}
.heure-9:before {
  content: "\e9";
}
.heure-10:before {
  content: "\e10";
}
.heure-11:before {
  content: "\e11";
}
.heure-12:before {
  content: "\e12";
}
