/*
Theme Name: Make The Pie Bigger Child
Theme URI: https://makethepiebigger.com
Template: hello-elementor
Author: Make The Pie Bigger
Description: Hello Elementor child theme for makethepiebigger.com — holds the brand design tokens (primary #3253ff, dark #101820, Libre Baskerville + DM Sans). JetThemeCore owns header/footer/single/archive chrome; Elementor builds the pages. Tokens here are the single source of truth.
Version: 1.0.0
Text Domain: makethepiebigger-child
*/

:root {
  /* Brand color tokens (mirrored into Elementor Global Colors) */
  --mtpb-primary: #3253ff;
  --mtpb-dark: #101820;
  --mtpb-white: #ffffff;
  --mtpb-gray: #666666;
  --mtpb-light: #f5f5f5;

  /* Typography tokens */
  --mtpb-font-heading: "Libre Baskerville", Georgia, serif;
  --mtpb-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Layout */
  --mtpb-container-max: 1300px;
}
