@font-face {
    font-family: Roboto;
    src: url(./fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Roboto;
    src: url(./fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Quicksand;
    src: url(./fonts/Quicksand-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Quicksand;
    src: url(./fonts/Quicksand-Bold.ttf);
    font-weight: bold;
}
  
body {
    font-family: Roboto;
}

html, body {
    margin: 0;
    padding: 0;
}

*, input {
    box-sizing: border-box;
}