/*
Theme Name: Wellness Within
Theme URI: https://wellnesswithin.com
Description: Custom wellness coaching theme with fully editable Gutenberg blocks. Pixel-perfect match to the Next.js design.
Version: 1.0.0
Author: Wellness Within
Text Domain: wellness-within
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 8.0
*/

/* === Custom Fonts === */
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham Book.woff2') format('woff2'),
       url('fonts/Gotham Book.woff') format('woff'),
       url('fonts/Gotham Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham Book-Bold.woff2') format('woff2'),
       url('fonts/Gotham Book-Bold.woff') format('woff'),
       url('fonts/Gotham Book-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ginger';
  src: url('fonts/Ginger.woff') format('woff'),
       url('fonts/Ginger.ttf') format('truetype'),
       url('fonts/Ginger.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
