/* Bruney Custom Font */
@font-face {
    font-family: 'Bruney';
    src: url('bruney.woff2') format('woff2'),
         url('bruney.woff') format('woff'),
         url('bruney.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Optional helpers (apply Bruney globally if needed) */
/* body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Bruney', sans-serif !important;
} */
