/**
 * Font Face Declarations for glut.at
 * Fonts: PPGoshaSans and UltraSystemScript
 */

/* Primary Brand Font - PPGoshaSans Regular */
@font-face {
  font-family: 'PPGoshaSans';
  src: url('/fonts/PPGoshaSans-Regular.woff2') format('woff2'),
       url('/fonts/PPGoshaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Primary Brand Font - PPGoshaSans Bold */
@font-face {
  font-family: 'PPGoshaSans';
  src: url('/fonts/PPGoshaSans-Bold.woff2') format('woff2'),
       url('/fonts/PPGoshaSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Script Font for Taglines - UltraSystemScript */
@font-face {
  font-family: 'UltraSystemScript';
  src: url('/fonts/UltraSystemScript.woff2') format('woff2'),
       url('/fonts/UltraSystemScript.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
