/* Zarraffet — Base styles (sayfa genelinde) */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
.zrf-body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:#F8F1E9;color:#2B2B2B;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{position:fixed;left:16px;top:16px;width:auto;height:auto;background:#2B2B2B;color:#F8F1E9;padding:10px 16px;font-size:13px;z-index:100}
:focus-visible{outline:2px solid #B76E79;outline-offset:2px}
