
:root {

    --agriox-font: 'Poppins', sans-serif;
    --agriox-font-2: 'Montserrat', sans-serif;
    --agriox-font-3: 'Montserrat', sans-serif;

    --agriox-base: #cfae53;

    --agriox-base-rgb: 207, 174, 83;

    --agriox-primary: #2b282b;

    --agriox-primary-rgb: 43, 40, 43;

    --agriox-secondary: #567a3d;

    --agriox-secondary-rgb: 86, 122, 61;

    --agriox-color-1: #5c5a5a;

    --agriox-color-1-rgb: 92, 90, 90;

    --brand-gold-dark: #b58a32;
    --brand-cream: #f7f3ec;
    --brand-burgundy: #8b3535;
    --brand-burgundy-rgb: 139, 53, 53;
}

body {
    font-family: var(--agriox-font);
    background-color: var(--brand-cream);
}

h1,
h2,
h3,
h4,
h5,
h6,
.sec-title__title,
.comment-form__title,
.comment-one__title,
.team-details__name,
.meet-farmers-one__single-title h2,
.gb-card__title,
.gb-hero__title,
.blog-one__single-content h2,
.blog-one__single-content h3,
.news-details__pagenation-single h2,
.page-header__inner h2,
.about-three__content-box-inner h2,
.gb-detail-block h3,
.gb-detail-sidebar h4,
.sidebar__single .title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.date-box--event {
    background: var(--brand-burgundy) !important;
}

.date-box--event span {
    color: #ffffff !important;
}

.gb-footer-map__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 13px 26px;
    background: var(--agriox-base, #cfae53);
    color: var(--agriox-primary, #2b282b) !important;
    font-family: var(--agriox-font, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 250ms ease;
}

.gb-footer-map__btn i {
    font-size: 15px;
}

.gb-footer-map__btn:hover {
    background: var(--brand-gold-dark, #b58a32);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.footer-one__bg {
    display: none;
}

.footer-one__bottom {
    background: #3a3436;
    border-top: 1px solid rgba(var(--agriox-base-rgb, 207, 174, 83), 0.2);
}

.footer-one__top {
    padding-bottom: 50px;
}

.gb-footer-logo {
    filter: brightness(0) invert(1);
}

.cta-one__right {
    flex-shrink: 0;
}

.cta-one__right-btn .thm-btn {
    white-space: nowrap;
}

.gb-icon-x {
    vertical-align: -0.15em;
}
