/* Custom Font Support - Loaded separately to avoid Vite processing */
@font-face {
  font-family: 'TimesNewRoman';
  src: url('/wp-content/themes/forms-of-commons/fonts/Times New Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TimesNewRoman';
  src: url('/wp-content/themes/forms-of-commons/fonts/Times New Roman Bold Italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

