@font-face {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    src: url('../../font/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    src: url('../../font/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
    src: url('../../font/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-weight: 900;
    font-style: normal;
    src: url('../../font/Roboto/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
    src: url('../../font/Roboto/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    src: url('../../font/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-weight: 900;
    font-style: italic;
    src: url('../../font/Roboto/Roboto-BlackItalic.ttf') format('truetype');
}
