/*
Theme Name:     TinHeart
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* ===============================
   Custom Font: TAY Birdie
   =============================== */

@font-face {
  font-family: "TAY Birdie";
  src: url("/wp-content/themes/tinheart/assets/fonts/TAYBirdieRegular.woff2") format("woff2"),
       url("/wp-content/themes/tinheart/assets/fonts/TAYBirdieRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   Kadence Global Font Overrides
   =============================== */

/* These variables are what Kadence uses internally */
:root {
  --global-body-font-family: "TAY Birdie", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --global-heading-font-family: "TAY Birdie", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ===============================
   Hard Overrides (guaranteed)
   =============================== */

body {
  font-family: "TAY Birdie", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TAY Birdie", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}
