/*
Theme Name: Monad Terrace
Theme URI: https://monadterracesobe.com/
Template: twentytwentyfive
Author: The Luxury Team | The Agency
Author URI: https://www.theluxuryteam.com/
Description: Child theme for monadterracesobe.com, the resale site for Monad Terrace, 1300 Monad Terrace, Miami Beach. Standalone landing template, the developer's eight published floor plan sheets across two floor groups, Fluent Forms enquiry with buyer and seller intent, a styled container for the iHomefinder Optima Express IDX feed, a self-contained privacy policy layout, self-hosted fonts and GA4 or Google Tag Manager. Built on Twenty Twenty-Five. Custom work lives in template-landing.php, functions.php, inc/ and assets/.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monad
Tags: one-column, block-patterns, full-site-editing, accessibility-ready
*/

/* ============================================================
   BASE RESETS ONLY.

   Twenty Twenty-Five is a block theme: its design comes from
   theme.json, so this file exists mainly to carry the header
   above. Do not change the "Template:" line; it must stay
   exactly twentytwentyfive or WordPress cannot find the parent.

   Page styling lives in four files, enqueued from functions.php
   through monad_css_uri(), which serves the .min.css build when
   it is at least as new as the source:

     assets/css/fonts.css     every page, printed inline
     assets/css/landing.css   the front page only
     assets/css/privacy.css   the privacy policy page only
     assets/css/idx.css       Optima Express listing pages only

   The front page dequeues this file, so nothing below applies
   there. Put homepage styles in landing.css.

   THIS INSTALL: monadterracesobe.com also runs Houzez, Elementor
   and Contact Form 7, which stay active so the original site can
   be switched back on. Their assets are dequeued on the landing
   template only, in monad_trim_landing_css(). Nothing in this
   theme modifies or removes any of that content.
   ============================================================ */

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

@media (prefers-reduced-motion: reduce){
  html:focus-within{ scroll-behavior:auto; }
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
    scroll-behavior:auto !important;
  }
}

img,
picture,
video,
canvas,
svg{ max-width:100%; height:auto; display:block; }

/* The same focus colour the landing, privacy and IDX pages use. */
:focus-visible{
  outline:2px solid #1B7370;
  outline-offset:3px;
}

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