@font-face {
    font-family: saira;
    font-style: normal;
    font-weight: 400;
    src: local('Saira'), url(https://fonts.cdnfonts.com/s/15686/Saira-Regular.woff) format('woff')
}
@font-face {
    font-family: roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(https://fonts.cdnfonts.com/s/12165/Roboto-Regular.woff) format('woff')
}

h1, h2, h3, h4, h5, h6{
   font-family: saira;
}
p{
	font-family: roboto;
}
input{
    background-color: white;
}