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

body,
input,
textarea,
button,
select {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}