/* Import Montserrat Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

/* The "*" targets every single element on the page */
*, body, html, p, span, div, h1, h2, h3, h4, h5, h6, a, li, input, textarea {
    font-family: 'Montserrat', sans-serif !important;
}

/* Round all buttons */
button, .button, .btn, input[type="button"], input[type="submit"] {
    border-radius: 25px !important;
}