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

h1 {
    color: #d3d3d3;
}

body {
    background-color: #252525;
    font-family: 'ProductSans', sans-serif;
    color: #aaaaaa;
}

a {
    color: #00be85;
    text-decoration: none;
}


.title {
    color: #d3d3d3;
    font-size: 38px;
}

.subtitle {
    color: #d3d3d3
}
