/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Load the font */
@font-face {
  font-family: 'Bebas Neue';
  src:
    url('https://psgacademygba.com/wp-content/uploads/2025/11/BebasNeue-Regular.woff2') format('woff2'),
    url('https://psgacademygba.com/wp-content/uploads/2025/11/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Load PSG Regular for paragraphs */
@font-face {
  font-family: 'PSG Regular';
  src: url('https://psgacademygba.com/wp-content/uploads/2025/12/PSG-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Use it site-wide */
body {
  font-family: 'Bebas Neue', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* Paragraphs across the whole site use PSG Regular */
p {
  font-family: 'PSG Regular', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 400;
}

/* Or target headings only 
h1, h2, h3, .heading {
  font-family: 'Bebas Neue', sans-serif;
}
*/