/* Reckless Light */
@font-face {
  font-family: 'RecklessTRIAL';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./fonts/RecklessNeue-Book.woff2') format('woff2'),
       url('./fonts/RecklessNeue-Book.woff') format('woff'),
       url('./fonts/RecklessNeue-Book.otf') format('opentype'); /* geçici fallback */
}

/* Inter Regular (isteğe bağlı) */
@font-face {
  font-family: 'InterLocal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/Inter-Regular.woff2') format('woff2'),
       url('./fonts/Inter-Regular.woff') format('woff'),
       url('./fonts/Inter-Regular.otf') format('opentype'); /* geçici fallback */
}
