/* Custom Styles for DEEB SUN Website */

/* Pattern Grid for Hero Section */
.pattern-grid-lg {
    background-image: linear-gradient(currentColor 1px, transparent 1px),
    linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Base resets or specific overrides */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom selection color */
::selection {
    background-color: #3b82f6; /* brand-500 */
    color: white;
}
