/*
Theme Name: Forbidden Plate
Theme URI: https://forbiddenplate.com
Author: Forbidden Plate
Author URI: https://forbiddenplate.com
Description: Custom classic theme for Forbidden Plate. Original mid-century printed art plates that survived war and independence in Vietnam. One only, never reprinted. WooCommerce plus ACF, off-platform payments (Stripe USD or Vietnam bank QR).
Version: 1.0.0
Requires at least: 6.0
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: forbidden-plate
Tags: e-commerce, custom-colors, custom-menu, featured-images
WC requires at least: 7.0
WC tested up to: 9.0
*/

/*
  The full design system lives in assets/css/main.css (enqueued in functions.php).
  This file only carries the required WordPress theme header above plus a minimal
  reset so the theme is valid even before main.css loads.
*/

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

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

body {
  margin: 0;
  background: #0d0b09;
  color: #e8e0d0;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
