@font-face {
    font-family: 'Product Sans';
    src: url('fonts/ProductSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6, p, a, span, li, button, input, textarea, small {
    font-family: 'Product Sans', sans-serif !important;
}

/* Restore Font Awesome icons */
.fa, .fas, .far, .fab {
    font-family: FontAwesome !important;
}
