@import url('../VenueSharedBase.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root {
    --venue-accent: #9C4722;
    --venue-accent-hover: #2F2D30;
    --venue-accent-disabled: #c1927e;
    --venue-font-size: 13pt;
    --venue-border: 1px solid rgb(192, 193, 192);
    --venue-bg: #E7E9E7;
    --venue-field-bg: #E7E9E7;
    --venue-textarea-bg: #E7E9E7;
    --venue-dropdown-bg: #E7E9E7;
    --venue-user-field-bg: #E7E9E7;
}

html body, body .body-cont header, .page-container > header {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

.search-bar-field { background: #E7E9E7; }

html body .search-bar-div:nth-child(1) { width: 100px; }
html body .search-bar-div:nth-child(2) { width: 190px; }
html body .search-bar-div:nth-child(3) { width: 160px; }
html body .search-bar-div:nth-child(4) { width: 160px; }
.search-bar-div:nth-child(6) { width: 220px; }

.search-bar-field > div:nth-child(1) {
    padding: 22px 8px;
    padding-right: 4px;
    border-radius: 30px;
}

.search-title-message {
    font-weight: 400;
    text-transform: unset;
    margin-top: 10px;
}

footer span { font-family: 'Inter', sans-serif; }
