/*
Theme Name: Charlies Kampen Theme 20260202
Description: Dental Smile - Premium WordPress theme voor tandartsen en tandheelkundige praktijken
Version: 1.0
*/

:root {
  --primary-color: #ec4899;
  --secondary-color: #4caf50;
  --dark-bg: #0f172a;
  --light-bg: #e0f7fa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  color: #334155;
  line-height: 1.6;
}

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

html {
  scroll-behavior: smooth;
}

a, button {
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .site-footer [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  .site-footer [style*="flex"] {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
