@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neue';
    src: url('fonts/HelveticaNeueRegular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Avenir', sans-serif;
}

.container {
    max-width: 1200px;
}

h1, h2, h3 {
    font-family: 'Neue', Helvetica,;
    font-weight: 900;
}

.bg-dark-green {
    background-color: #162722;
}

.bg-light-green {
    background-color: #516347!important;
}

.bg-light-brown {
    background-color: #C8BBA1!important;
}

.bg-brown {
    background-color: #846546;
}

.bg-greybrown {
    background-color: #978c83;
}

.text-white {
    color: white;
}


.top-header-bar {
    background-color: #162722;
    color: #ffffff;
}

.card-rounded-corners {
    border-radius: 20px;
}

.large-quote-symbol {
    font-size: 120; font-weight: 700; font-family: Arial, Helvetica, sans-serif;
}