@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

footer {
    background-color:#000
}