/*
Volte Light
100
200
*/
@font-face {
  font-family: Volte;
  font-weight: 100;
  font-weight: 200;
  src: url("./fonts/volte-light.otf") format("opentype"), url("./fonts/volte-light.woff") format("opentype"), url("./fonts/volte-light.woff2") format("opentype");
}
@font-face {
  font-family: Volte;
  font-style: italic;
  font-weight: 100;
  font-weight: 200;
  src: url("./fonts/volte-lightitalic.otf") format("opentype"), url("./fonts/volte-lightitalic.woff") format("opentype"), url("./fonts/volte-lightitalic.woff2") format("opentype");
}

/*
Volte Regular
300
400
*/
@font-face {
  font-family: Volte;
  font-weight: 300;
  font-weight: 400;
  src: url("./fonts/volte-regular.otf") format("opentype"), url("./fonts/volte-regular.woff") format("opentype"), url("./fonts/volte-regular.woff2") format("opentype");
}
@font-face {
  font-family: Volte;
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/volte-regularitalic.otf") format("opentype"), url("./fonts/volte-regularitalic.woff") format("opentype"), url("./fonts/volte-regularitalic.woff2") format("opentype");
}

/*
Volte Medium
500
600
*/
@font-face {
  font-family: Volte;
  font-weight: 500;
  font-weight: 600;
  src: url("./fonts/volte-medium.otf") format("opentype"), url("./fonts/volte-medium.woff") format("opentype"), url("./fonts/volte-medium.woff2") format("opentype");
}
@font-face {
  font-family: Volte;
  font-style: italic;
  font-weight: 500;
  font-weight: 600;
  src: url("./fonts/volte-mediumitalic.otf") format("opentype"), url("./fonts/volte-mediumitalic.woff") format("opentype"), url("./fonts/volte-mediumitalic.woff2") format("opentype");
}

/*
Volte Semibold
700
800
*/
@font-face {
  font-family: Volte;
  font-weight: 700;
  font-weight: 800;
  src: url("./fonts/volte-semibold.otf") format("opentype"), url("./fonts/volte-semibold.woff") format("opentype"), url("./fonts/volte-semibold.woff2") format("opentype");
}
@font-face {
  font-family: Volte;
  font-style: italic;
  font-weight: 700;
  font-weight: 800;
  src: url("./fonts/volte-semibolditalic.otf") format("opentype"), url("./fonts/volte-semibolditalic.woff") format("opentype"), url("./fonts/volte-semibolditalic.woff2") format("opentype");
}

/*
Volte Bold
900
*/
@font-face {
  font-family: Volte;
  font-weight: 900;
  src: url("./fonts/volte-bold.otf") format("opentype"), url("./fonts/volte-bold.woff") format("opentype"), url("./fonts/volte-bold.woff2") format("opentype");
}
@font-face {
  font-family: Volte;
  font-style: italic;
  font-weight: 900;
  src: url("./fonts/volte-bolditalic.otf") format("opentype"), url("./fonts/volte-bolditalic.woff") format("opentype"), url("./fonts/volte-bolditalic.woff2") format("opentype");
}

/* Fallback */
@font-face {
  font-family: Volte;
  src: url("./fonts/volte-regular.otf") format("opentype"), url("./fonts/volte-regular.woff") format("opentype"), url("./fonts/volte-regular.woff2") format("opentype");
}
