/* 
 * Global font definitions
 * This file is loaded by index.html and will use the correct base path
 * for font files through the base-path.js script.
 */

/* RichTheBarber font for the brand name */
@font-face {
  font-family: 'RichTheBarber';
  /* The path here will be replaced by JavaScript when the page loads */
  src: url('FONT_URL_PLACEHOLDER') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Use swap to avoid FOIT (Flash of Invisible Text) */
}

/* Add any other custom fonts here */ 