/*
Theme Name:     Dubai Future Week 2026
Theme URI:      https://dubaifutureweek.ae/
Description:     Standalone WordPress theme delivering the Dubai Future Week 2026
                landing page as a page template ("Custom Landing (DFW Week)").
                Hand-built HTML/CSS/JS/PHP — no page builder, no shortcodes. The
                landing page's styles live in assets/css/custom.css (scoped to
                .custom-landing-page) and scripts in assets/js/custom.js. Minimal
                fallback templates render any other pages/posts cleanly.
Author:         Dubai Future Foundation
Version:        1.0.0
Requires at least: 6.3
Requires PHP:   7.4
Text Domain:    dfw-week
*/

/* ==========================================================================
   Base styles for FALLBACK templates only (index.php / page.php / single).
   The landing page does NOT use these — it renders its own document and loads
   assets/css/custom.css instead. Kept small and neutral on purpose.
   ========================================================================== */
:root{--dfw-ink:#141414;--dfw-stone:#6A665F;--dfw-paper:#fff;--dfw-blue:#3C73C8;--dfw-line:#E4E1D9}
body.dfw-fallback{margin:0;background:var(--dfw-paper);color:var(--dfw-ink);
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.6;-webkit-font-smoothing:antialiased}
.dfw-fallback a{color:var(--dfw-blue)}
.dfw-container{max-width:820px;margin:0 auto;padding:0 22px}
.dfw-site-header{border-bottom:1px solid var(--dfw-line)}
.dfw-site-header .dfw-container{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px}
.dfw-brand{font-weight:800;letter-spacing:-.02em;text-decoration:none;color:var(--dfw-ink)}
.dfw-nav a{margin-left:18px;text-decoration:none;color:var(--dfw-ink);font-size:15px}
.dfw-main{padding:48px 0 72px}
.dfw-main h1,.dfw-main h2{letter-spacing:-.02em;line-height:1.15}
.dfw-entry+ .dfw-entry{margin-top:40px;padding-top:40px;border-top:1px solid var(--dfw-line)}
.dfw-site-footer{border-top:1px solid var(--dfw-line);color:var(--dfw-stone);font-size:14px}
.dfw-site-footer .dfw-container{padding-top:24px;padding-bottom:24px}
img{max-width:100%;height:auto}
