

@font-face {
    font-family: "font";
    font-weight: 100;
    font-style: normal;
    src: url('../../assets/fonts/Roboto/Roboto-Thin.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 100;
    font-style: italic;
    src: url('../../assets/fonts/Roboto/Roboto-ThinItalic.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 300;
    font-style: normal;
    src: url('../../assets/fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 300;
    font-style: italic;
    src: url('../../assets/fonts/Roboto/Roboto-LightItalic.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 400;
    font-style: normal;
    src: url('../../assets/fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 400;
    font-style: italic;
    src: url('../../assets/fonts/Roboto/Roboto-Italic.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 500;
    font-style: normal;
    src: url('../../assets/fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 500;
    font-style: italic;
    src: url('../../assets/fonts/Roboto/Roboto-MediumItalic.ttf');
}

@font-face {
    font-family: 'font-title';
    font-weight: 700;
    font-style: normal;
    src: url('../../assets/fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'font-title';
    font-weight: 700;
    font-style: italic;
    src: url('../../assets/fonts/Roboto/Roboto-BoldItalic.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 900;
    font-style: normal;
    src: url('../../assets/fonts/Roboto/Roboto-Black.ttf');
}

@font-face {
    font-family: "font";
    font-weight: 900;
    font-style: italic;
    src: url('../../assets/fonts/Roboto/Roboto-BlackItalic.ttf');
}