/*
Theme Name: DoMan Bygg & Anläggning
Theme URI: https://domanbygg.se/
Author: MizaGroup
Author URI: https://mizagroup.se
Description: Monochrome Yakisugi (Shou Sugi Ban) theme for DoMan Bygg & Anläggning AB — Playfair Display + Inter, strict black/white/charcoal palette, hero video, quote calculator, gallery and a WooCommerce-ready shop. Japansk teknik. Svenskt hantverk.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: doman
Tags: business, portfolio, e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
WC requires at least: 7.0
WC tested up to: 9.0
*/

/* ------------------------------------------------------------------ *
 * The full design lives in assets/css/app.css (enqueued in functions.php).
 * This file only carries the WordPress theme header (required) plus a
 * couple of base rules so the editor / fallback content stays on-brand.
 * ------------------------------------------------------------------ */

:root{
  --black:#000;--white:#fff;--charcoal:#333;
  --k60:#666;--k40:#999;--k20:#ccc;--k10:#e6e6e6;
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}
body{margin:0;font-family:var(--sans);color:var(--black);background:var(--white)}

/* WordPress core helper classes */
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
.alignleft{float:left;margin:0 1.5em 1em 0}
.alignright{float:right;margin:0 0 1em 1.5em}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:13px;color:var(--k60)}
