@font-face {
    font-family: 'tenor_sansregular';
    src: url('/font/tenorsans-regular-webfont.woff2') format('woff2'),
        url('/font/tenorsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('/font/Montserrat-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_regular';
    src: url('/font/Montserrat-Regular.woff') format('woff');
    font-style: normal;
}

/* IDS to know for theming */
/* intro, body, avatar, name, location, bio, social, contactButton, announcement */


body, html {
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: 'montserrat' !important;
    font-weight: 500 !important;
}

#intro {
    background-color: var(--intro-background-color);
    color: var(--intro-text-color);
}

#contactButton {
    background-color: var(--contact-button-background-color);
    color: var(--contact-button-text-color);
    border: 1px solid var(--contact-button-border-color);
    border-radius: 0px;
    font-family: 'montserrat_regular' !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#announcement {
    background-color: var(--announcement-bar-background-color);
    color: var(--announcement-bar-text-color);
}


/* custom styles start here */
#avatar {
    border-radius: 9999px;
    width: 200px;
    height: 300px;
    border-radius: 50%;
}

#name {
    font-family: 'tenor_sansregular';
    font-size: 3.5rem;
    line-height: 4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#bio {
    max-width: 400px;
}

#social {
    margin-top: 10px;
}

#social svg {
    fill: var(--intro-text-color);
}

.title_block {
    font-weight: bold;
    font-size: 20px;
    color: var(--title-color);
}

.link_block a {
    background-color: var(--link-button-background-color);
    color: var(--link-button-text-color);
    border: 1px solid var(--link-button-border-color);
    border-radius: 0px;
    font-family: 'montserrat_regular' !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.link_block img {
    border-radius: 0px;
}

.review_block {
    gap: 10px;
    display: flex;
    flex-direction: column;
    background-color: var(--secondary-color);
    border-radius: 0.375rem;
    padding: 20px;
}

.review_author {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* listing styles */
.listing_info {
    padding: 10px;
    gap: 20px !important;
}

.listing_block {
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #101010;
}

.price_actual {
    font-weight: bold;
    font-size: 20px;
    color: var(--accent-color);
}


.price_compare {
    font-size: 16px;
    text-decoration: line-through;
    opacity: 0.35;
}

.address_primary {
    font-size: 16px;
}

.address_secondary {
    font-size: 16px;
}

.bed_count, .bath_count, .property_size {
    font-size: 14px;
    margin-right: 2px;
}

.bed_bath_icon {
    font-size: 14px;
}

/* listing styles */