/*
Theme Name: DunyaCell
Theme URI: https://dunyacell.com.tr
Author: Codex
Description: Minimal classic theme for the DunyaCell landing page.
Version: 1.0.0
Text Domain: dunyacell
*/

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f7fb;
  color: #111;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

