/*
Theme Name: Nails by Jenni
Theme URI: https://nailsbyjenni.com
Author: Nails by Jenni
Description: Editorial-luxe block theme for the Nails by Jenni portfolio site. Built on the Nails by Jenni design system.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: nailsbyjenni
Tags: portfolio, block-theme, custom-colors, custom-typography
*/

/* This file exists for theme metadata. All real tokens live in
   assets/css/tokens.css (enqueued via functions.php) and theme.json. */

/* Minimal fallbacks in case tokens.css fails to load: */
:root {
  --bone: #F4EEE5;
  --ink:  #1C1714;
}
body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: 'Manrope', system-ui, sans-serif;
}
