/* ZDZDM Corporate Theme CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: 'Inter', sans-serif; }

.bg-brand { background-color: #1e40af; }
.text-brand { color: #1e40af; }
.border-brand { border-color: #1e40af; }

.shadow-geometric { box-shadow: 20px 20px 0px rgba(30, 64, 175, 0.05); }
.group:hover .shadow-geometric { box-shadow: 25px 25px 0px rgba(30, 64, 175, 0.1); }
