/* DMP Rebrand 2025 Styles */

/* Load Cerebri Sans Font */
@font-face {
    font-family: 'Cerebri Sans';
    src: url('https://www.missouladowntown.com/wp-content/plugins/dmp-rebrand-2025-by-mdc-03052025/assets//fonts/CerebriSans-Regular.woff2') format('woff2'),
         url('https://www.missouladowntown.com/wp-content/plugins/dmp-rebrand-2025-by-mdc-03052025/assets//fonts/CerebriSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Cerebri';
    src: url('https://www.missouladowntown.com/wp-content/plugins/dmp-rebrand-2025-by-mdc-03052025/assets//fonts/CerebriSans-Bold.woff2') format('woff2'),
         url('https://www.missouladowntown.com/wp-content/plugins/dmp-rebrand-2025-by-mdc-03052025/assets//fonts/CerebriSans-Bold.woff') format('woff');
}

/* Apply Cerebri Sans */
body, p {
    font-family: 'Cerebri', sans-serif;
}

.typography {
    color: #013553;
    font-family: 'Cerebri', sans-serif;
    line-height: 2.1rem;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5 {
    color: #29299B;
    font-family: 'Poppins';
    font-weight: 800;
    line-height: 1.325em;
    margin: 0 0 1rem;
}

.gecko-tiled-links__content {
    color: #fff !important;
}

.gecko-tiled-links__content h3 {
    color: #BFD5D8 !important;
}

.typography a {
    color: #F18702;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease-in
}

.typography a:hover {
    color: #29299B;
    text-decoration: underline;
}

.typography ol>li:before {
    color: #013553 ;
    content: counter(ol) ".";
    left: 0;
    margin-right: .5rem;
    position: absolute;
    text-align: right;
    top: 0;
    width: 2rem
}

.typography button {
    background-color: #F18702;
    border: 1px solid #F18702;
    border-radius: 9999px;
    color: #fff;
    cursor: pointer;
    letter-spacing: .1rem;
    margin: 1rem 0 1.75rem;
    padding: .5rem 3.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    white-space: normal
}

.typography button:hover {
    background-color: #66939D;
    color: #fff;
    text-decoration: none
}

.typography button:focus {
    background-color: #66939D1;
    outline: none
}

.typography button--outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #F18702;
}

.typography button--outline:hover {
    background-color: #F18702;
    color: #F18702;
}

.typography .button {
    background-color: #F18702;
    border: 1px solid #F18702;
    border-radius: 9999px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    letter-spacing: .1rem;
    margin: 1rem 0 1.75rem;
    padding: .5rem 3.5rem;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    white-space: normal
}

.typography .button:hover {
    background-color: #66939D;
    color: #fff;
    text-decoration: none
}

.typography .button:focus {
    background-color: #66939D;
    outline: none
}

.typography .button--outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #F18702;
}

.typography .button--outline:hover {
    background-color: #F18702;
    color: #F18702;
}

.typography .gecko-footer__credits svg {
    display: none;
}
