/* Centrion font definition for Boston Polymaths */

@font-face {
    font-family: 'Centrion';
    src: url('./Centrion Font Style/Centrion-Regular.woff2') format('woff2'),
         url('./Centrion Font Style/Centrion-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Apply Centrion font to main title and all heading elements */
h1, .text-6xl, .text-5xl, .text-4xl, .text-7xl {
    font-family: 'Centrion', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Specific selector for the main Boston Polymaths title */
.pt-20.text-center h1 {
    font-family: 'Centrion', sans-serif !important;
}

/* Apply to hero title glow div */
.hero-title-glow {
    font-family: 'Centrion', 'Source Sans Pro', sans-serif !important;
}