/*
Theme Name: Amri
Theme URI: https://amri.africa
Author: Amri
Description: Marketing site and app shell for Amri — shop management for African SMEs. Ships the sales page as the front page and hosts the Amri Core app on a logged-in page.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: amri-theme
*/

/* The landing page carries its own scoped styles in parts/landing.html so the
   marketing page stays a single self-contained artifact the design team can
   iterate on without touching PHP. This file holds the shared shell only. */

:root{
  --amri-bg:#FDF8F2; --amri-paper:#FFFFFF; --amri-cream:#F5ECE2; --amri-ink:#1D1B1A;
  --amri-muted:#8B837B; --amri-line:#EEE5DA; --amri-coral:#EE5237; --amri-amber:#F3A61F;
  --amri-teal:#4FB3A5; --amri-mint:#E4F1EE; --amri-indigo:#3B6FD4;
}
body{margin:0;background:var(--amri-bg);color:var(--amri-ink);
  font-family:Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.62}
.amri-page{width:min(1180px,100%);margin:0 auto;padding:clamp(28px,6vw,72px) clamp(18px,5vw,72px)}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip-link:focus{position:fixed;top:10px;left:10px;z-index:999;background:#fff;padding:10px 16px;border-radius:8px;width:auto;height:auto;clip:auto}

/* Full-bleed pages: the app and the auth screens supply their own container. */
body.amri-fullwidth .amri-page{max-width:none;padding:0}
body.amri-fullwidth #content{width:100%}
