@font-face {
    font-family: "Roboto";
    src: url('font/Roboto-Regular.ttf');
}
@font-face {
    font-family: "Roboto";
    src: url('font/Roboto-Light.ttf');
    font-weight: 100;
}
@font-face {
    font-family: "Roboto";
    src: url('font/Roboto-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url('font/Roboto-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "Calligraffitti";
    src: url('font/Calligraffitti-Regular.ttf');
}
