html {
    overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
}

.fw-serif {
    font-family: serif;
}

.rounded-img {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: transform 0.7s, filter 0.7s !important;
}

.rounded-img:hover {
    transform: scale(1.02) !important;
    filter: grayscale(0%);
}

.fw-bold-uppercase {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    color: #8b7355;
}

.section-title {
    font-size: 2rem;
    font-family: serif;
    color: #2d2d2d;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
}

.top-m {
    margin-top: 30px !important;
}