/* Custom Styles - Samui Housing */

/* Typography */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Logo styles */
.navbar-brand img {
    transition: transform 0.2s ease;
}

.navbar-brand:hover img {
    transform: scale(1.02);
}

/* Primary theme color customization */
:root {
    --samui-primary: #0891B2;
    --samui-primary-dark: #0E7490;
    --samui-accent: #F59E0B;
    --samui-ocean: #22D3EE;
}

/* Property cards */
.card-img-top {
    height: 250px;
    object-fit: cover;
}
