/*
 * Self-hosted signature fonts (from @fontsource, latin subset only).
 * Replaces the Google Fonts request so no visitor IP is sent to Google —
 * keeping the "files and data never leave your device" promise fully true.
 */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/caveat-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/dancing-script-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Homemade Apple';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/homemade-apple-latin-400-normal.woff2') format('woff2');
}
