/* Yusafix pazarlama sayfaları — temel sıfırlama.
   Bu sayfalar Tailwind (app.css) yüklemediği için, Tailwind Preflight'ın
   tasarımın dayandığı davranışları burada birebir yeniden üretilir.
   Ölçüm kaynağı: yusafix.com Vue sürümünün hesaplanan stilleri. */

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

html { -webkit-text-size-adjust: 100%; tab-size: 4; }

body { margin: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }

p, figure, blockquote, dl, dd, pre, hr { margin: 0; }

ul, ol, menu { list-style: none; margin: 0; padding: 0; }

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

b, strong { font-weight: bolder; }

small { font-size: 80%; }

img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }

img, video { max-width: 100%; height: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit; font-size: 100%; font-weight: inherit;
  line-height: inherit; color: inherit; margin: 0; padding: 0;
}
button, [type='button'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; cursor: pointer; }
:disabled { cursor: default; }

table { border-collapse: collapse; border-color: inherit; text-indent: 0; }

[hidden] { display: none !important; }
