/*
Theme Name: Resultees
Theme URI: https://resultees.com
Description: Lightweight theme for the Resultees headless store. The public storefront is a separate static Astro app; WordPress only serves the custom WooCommerce checkout (its own standalone template) plus minimal functional pages (cart, account). No page builder, no parent theme.
Author: Resultees
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: resultees
*/

/* The public site is the headless Astro storefront. These styles only affect
   WP's functional frontend pages (cart, my-account); the checkout brings its
   own stylesheet (css/checkout.css). Keep this minimal + on-brand. */

:root {
  --rc-font: "soleil", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  margin: 0;
  font-family: var(--rc-font);
  color: #1a1a1a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.rc-wp__inner {
  max-width: 50rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

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

h1 { font-family: "mono45-headline", var(--rc-font); text-transform: uppercase; letter-spacing: 0.02em; }
