/* Together Mindful — Google Fonts (Bodoni Moda + Inter) loaded via link in header.php */
/* This file is a placeholder for any future self-hosted @font-face declarations. */
/* Currently fonts are loaded from Google Fonts CDN via wp_enqueue_style in assets.php */

/* If self-hosting in future, place .woff2 files in assets/fonts/ and declare here: */
/*
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../fonts/bodoni-moda-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2');
}
*/
