/*
Theme Name: Kreatif Merak
Theme URI: https://kreatifmerak.com
Author: Serkan Usta
Author URI: https://serkanusta.com
Description: Kreatif Merak dijital medya ajansı için minimal WordPress teması
Version: 1.0
Text Domain: kreatifmerak
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #060608;
  color: #f5f5f7;
}

a {
  color: #ff4b6e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header,
footer {
  background: #0b0b10;
}

main {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}
