/*
Theme Name: Frost Child (Orbital)
Theme URI:  https://example.com/
Description: Minimal Frost child theme for per-site styling (fonts/colors/spacing). Pairs well with the Orbital Hub block plugin.
Author: You
Template: frost
Version: 0.1.0
License: GPL-2.0-or-later
Text Domain: frost-child-orbital
*/

/* Site-wide defaults for the Orbital Hub plugin block */
.mph-oh{
  --mph-oh-circle-bg: var(--wp--preset--color--sun);
  --mph-oh-btn-bg: var(--wp--preset--color--ink);
  --mph-oh-btn-fg: var(--wp--preset--color--paper);
  --mph-oh-donate-bg: var(--wp--preset--color--rose);
  --mph-oh-donate-fg: var(--wp--preset--color--paper);
}

/*
  Keep this file mostly empty.

  In FSE, global styles should live in theme.json.
  If you add CSS here, keep it tiny and site-specific.
*/