@font-face {
  font-family: "Remoto";
  font-weight: 100;
  src: url('./font/Remoto-Thin.otf') format('opentype');
  font-style: normal;
}

@font-face {
  font-family: "Remoto";
  font-weight: 300;
  src: url('./font/remoto/Remoto-Light.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: "Remoto";
  font-weight: 400;
  src: url('./font/remoto/Remoto-Regular.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: "Remoto";
  font-weight: 500;
  src: url('./font/remoto/Remoto-Medium.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: "Remoto";
  font-weight: 700;
  src: url('./font/remoto/Remoto-Bold.otf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: "Remoto";
  font-weight: 900;
  src: url('./font/remoto/Remoto-Black.otf') format('opentype');
  font-style: normal;
}
/**italic**/
@font-face {
  font-family: "Remoto";
  font-weight: 100;
  src: url('./font/remoto/Remoto-ThinItalic.otf') format('opentype');
  font-style: italic;
}

@font-face {
  font-family: "Remoto";
  font-weight: 300;
  src: url('./font/remoto/Remoto-LightItalic.otf') format('opentype');
  font-style: italic;
}

@font-face {
  font-family: "Remoto";
  font-weight: 400;
  src: url('./font/remoto/Remoto-Italic.otf') format('opentype');
  font-style: italic;
}

@font-face {
  font-family: "Remoto";
  font-weight: 500;
  src: url('./font/remoto/Remoto-MediumItalic.otf') format('opentype');
  font-style: italic;
}


@font-face {
  font-family: "Remoto";
  font-weight: 700;
  src: url('./font/remoto/Remoto-BoldItalic.otf') format('opentype');
  font-style: italic;
}

@font-face {
  font-family: "Remoto";
  font-weight: 900;
  src: url('./font/remoto/Remoto-BlackItalic.otf') format('opentype');
  font-style: italic;
}