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

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

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

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

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


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

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