@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Thin_Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Medium_Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Bold_Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Black_Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'AzoSans';
  src: url('./fonts/fonnts.com-Azo_Sans_Uber_Regular.otf') format('opentype');
  font-weight: 950;
  font-style: normal;
}

.container-text {
  font-family: 'AzoSans', sans-serif !important;
}

body,
button,
input,
textarea,
select,
option {
  font-family: 'AzoSans', sans-serif !important;
}