/*
Theme Name: MedAuraMart
Description: Custom Storefront child theme for MedAuraMart, a B2B pharma sourcing marketplace. "Pharmacopeia Ledger" direction: paper, ink, one oxblood accent, serif + monospace, sharp corners throughout.
Author: MedAuraMart
Template: storefront
Version: 2.0.0
Text Domain: medauramart-theme
*/

@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/newsreader-roman.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/newsreader-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/plexmono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/plexmono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/plexmono-600.woff2') format('woff2');
}

:root {
  /* Pharmacopeia Ledger palette: warm paper, ink, single oxblood accent */
  --mam-ink: #211B14;
  --mam-ink2: #3A3123;
  --mam-bg: #F6F1E7;
  --mam-bg-alt: #EFE8D8;
  --mam-white: #FFFFFF;
  --mam-accent: #7A2E2E;
  --mam-accent-deep: #5E2222;
  --mam-accent-light: #C98A7B;
  --mam-border: #DCD3BF;
  --mam-text: #211B14;
  --mam-text-muted: #6B6152;
  --mam-paper-dim: #B9AF9B;

  --mam-radius: 0px;
  --mam-radius-lg: 0px;
  --mam-font-display: 'Newsreader', Georgia, serif;
  --mam-font-body: 'Newsreader', Georgia, serif;
  --mam-font-mono: 'IBM Plex Mono', ui-monospace, monospace;

  --mam-shadow: none;
}
