/* ==========================================================================
   custom.css — Woodstock Restaurant homepage
   Project-specific notes and any additions on top of style.css / plugins.css.
   No existing template classes are duplicated or overridden here; this file
   only documents/handles the two asset gaps in the supplied template package.
   ========================================================================== */

/* 1) Logo image (img/logo.png) was not included in the supplied asset
   package (Woodstock_Duru.zip only ships /images with 11 sample photos,
   no logo file). index.html already falls back to the template's built-in
   text logo (.logo h2 / .logo span), which uses the theme's serif/script
   fonts and requires no extra CSS. If a logo.png / logo.svg is supplied
   later, swap the <a class="logo"> content back to an <img> — no CSS
   changes will be needed since .logo-img is already styled in style.css. */

/* 2) The "Noah" sans-serif body font is declared via @font-face in
   style.css (lines ~56-90) but the actual noah-*.woff2 files are not part
   of the supplied Fonts/ package. Every rule already includes a safe
   `sans-serif` fallback, so the layout renders correctly using the
   browser/OS default sans-serif in the meantime. Drop the real
   noah-regular.woff2 / noah-bold.woff2 files into /fonts when available
   and no further changes are required. */
