/* Lemon Grove Smog Test Only — Custom Styles */

/* Base reset & typography */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif;
}

/* Smooth image loading */
img {
    background-color: #ece3d7;
}

/* Selection color */
::selection {
    background-color: #f9c4b4;
    color: #6f2716;
}

/* Focus styles */
a:focus-visible,
button:focus-visible {
    outline: 3px solid #e45a2e;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Subtle pattern overlay for sections */
.bg-pattern {
    background-image: radial-gradient(circle at 1px 1px, rgba(228, 90, 46, 0.05) 1px, transparent 0);
    background-size: 24px 24px;
}
