
/* PHAENOS webfont setup for Aileron */

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

@font-face {
  font-family: 'Aileron';
  src: url('/fonts/Aileron-SemiBold.woff2') format('woff2'),
       url('/fonts/Aileron-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Global usage */
body {
  font-family: 'Aileron', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Logo-specific classes (if you ever recreate logo in HTML/CSS) */
.phaenos-logo-main {
  font-family: 'Aileron', sans-serif;
  font-weight: 600;
  letter-spacing: -0.08em;
  text-transform: lowercase;
}

.phaenos-logo-tag {
  font-family: 'Aileron', sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 11px;
  text-transform: uppercase;
}
