/* MOSS-E Marketing Site Styles */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.font-display {
  font-family: 'DM Sans', system-ui, sans-serif;
}

/* Form placeholder focus */
input:focus,
textarea:focus {
  outline: none;
}

/* Smooth transitions for interactive elements */
a, button {
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
