/* Self-hosted fonts (DaFont, Adobe Fonts, etc.)
   Instructions:
   1. Download font files and place them in public/fonts/<font-name>/
   2. Add @font-face rule below
   3. Font name will auto-appear in the editor font picker
*/

/* Gabo 4 (DaFont - Script/Handwritten)
   Source: https://www.dafont.com/gabo4.font */
@font-face {
  font-family: 'Gabo 4';
  src: url('/fonts/gabo4/Gabo4.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Super Sliced (FontSpace)
   Source: https://www.fontspace.com/super-sliced-font-f149693 */
@font-face {
  font-family: 'Super Sliced';
  src: url('/fonts/super-sliced/SuperSliced-OG156.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Super Sliced';
  src: url('/fonts/super-sliced/SuperSlicedItalic-aYoJK.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* DoubleVision (FontSpace)
   Source: https://www.fontspace.com/doublevision-font-f3769 */
@font-face {
  font-family: 'DoubleVision';
  src: url('/fonts/doublevision/Doublevision-R9Yo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Vermin Verile (FontSpace)
   Source: https://www.fontspace.com/vermin-verile-font-f29672 */
@font-face {
  font-family: 'Vermin Verile';
  src: url('/fonts/vermin-verile/VerminVerile-wXyw.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Europhonic (FontSpace)
   Source: https://www.fontspace.com/europhonic-font-f29873 */
@font-face {
  font-family: 'Europhonic';
  src: url('/fonts/europhonic/Europhonic-AXdM.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Adobe Fonts are loaded via <link> in layout.tsx using project ID:
   <link rel="stylesheet" href="https://use.typekit.net/YOUR_PROJECT_ID.css">
   Then fonts become available by their Adobe Fonts family name.
*/
