@font-face {
    font-family: Roboto-Title;
    src: url(fonts/Roboto/Roboto-Thin.ttf);
}

@font-face {
    font-family: Roboto-Body;
    src: url(fonts/Roboto/Roboto-Light.ttf);
}
  
html, body {
    font-family: Roboto-Title;
}

h1, h2, h3 {
    font-family: Roboto-Body;
}
