/* colours */ 
h1, h2, h3, p, span, form {
    color: #f7f1e3;
}

a {
    color:  #7bf6fa;
}

/* fonts */ 
h1, h2, h3, span, form {
    font-family: 'Amplitude Wide';
}

h1 {
    font-weight: 700;
}

p, a {
    font-family: 'Amplitude';
    font-weight: 450;

}

p {
    font-size: 1.5rem;
}

