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

a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
}

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

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

.bg-cav-green {
    background-color: #6A8227;
}

.border-cav-green {
    border-color: #6A8227;
    border-width: 3px;
}

.underline-on-hover {
    text-decoration: none;
}
.underline-on-hover:hover {
    text-decoration: underline;
}

.social_icons {
    max-height: 30px;
}
