/**
 *
 * Font Family: Azeret Mono
 *
*/

@font-face {
  font-family: 'AzeretMono-Variable';
  src: url('../fonts/AzeretMono-Black.ttf') format('truetype');
       font-weight: 200 900;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Thin';
  src: url('../fonts/AzeretMono-Thin.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Extralight';
  src: url('../fonts/AzeretMono-Extralight.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Light';
  src: url('../fonts/AzeretMono-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Regular';
  src: url('../fonts/AzeretMono-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'Azeret Mono';
  src: url('../fonts/AzeretMono-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Medium';
  src: url('../fonts/AzeretMono-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Semibold';
  src: url('../fonts/AzeretMono-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Bold';
  src: url('../fonts/AzeretMono-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-ExtraBold';
  src: url('../fonts/AzeretMono-ExtraBold.ttf') format('truetype');
       font-weight: 800;
       font-display: swap;
       font-style: normal;
}
@font-face {
  font-family: 'AzeretMono-Black';
  src: url('../fonts/AzeretMono-Black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}

.azeret-mono-<uniquifier> {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
  font-family: 'AzeretMono-Regular';
}

.font-thin{
  font-family: 'AzeretMono-Thin';
}
.font-extralight{
  font-family: 'AzeretMono-Extralight';
}
.font-light{
  font-family: 'AzeretMono-Light';
}
.font-regular{
  font-family: 'AzeretMono-Regular';
}
.font-medium{
  font-family: 'AzeretMono-Medium';
}
.font-semibold{
  font-family: 'AzeretMono-Semibold';
}
.font-bold{
  font-family: 'AzeretMono-Bold';
}
.font-extrabold{
  font-family: 'AzeretMono-ExtraBold';
}
.font-black{
  font-family: 'AzeretMono-Black';
}