/* Roboto regular */

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

/* Roboto italic */

@font-face {
    font-family: "Roboto";
    src: url('/app/assets/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Roboto bold */

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

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

body
{
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h4, h6 {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
}

a {
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
}


* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: rgba(219, 220, 235, 0.897);
}