/* =============================================
   Özlem Elektrik — Base Reset
   Tüm tasarım sistemi theme.css'de tanımlıdır.
   Bu dosya yalnızca browser normalize'ı içerir.
   ============================================= */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video, svg { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
button { cursor: pointer; border: 0; background: transparent; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
ul, ol { padding-left: 1.25rem; }
h1, h2, h3, h4, h5, h6 { line-height: 1.25; }
p { margin-bottom: 1em; }
p:last-child { margin-bottom: 0; }
