/* assets/css/base.css */
@font-face{font-family:'Manrope';src:url('/fonts/Manrope-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'Manrope';src:url('/fonts/Manrope-Medium.ttf')  format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:'Manrope';src:url('/fonts/Manrope-SemiBold.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:'Manrope';src:url('/fonts/Manrope-Bold.ttf')    format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:'Manrope';src:url('/fonts/Manrope-ExtraBold.ttf') format('truetype');font-weight:800;font-display:swap}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:#fff;color:#111;font-family:'Manrope',system-ui,sans-serif;
  font-weight:500;line-height:1.6;overflow-x:hidden;
}
.container{width:1080px;max-width:calc(100% - 40px);margin:0 auto}
.spacer{height:120vh;background:#fff}        /* bembeyaz uzun alan */
.section-title{font-weight:800;letter-spacing:-.02em;margin:0 0 16px;font-size:42px}
p{margin:0 0 10px;color:#555}
