/* Font faces: mirror of e6.css on underhood.io. */

@font-face {
  font-family: 'Arkitech';
  src: url('/assets/Arkitech Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arkitech';
  src: url('/assets/Arkitech Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arkitech';
  src: url('/assets/Arkitech Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Raleway via Google Fonts (self-hostable later). */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

html,
body {
  font-family: var(--uh-font-body, "Raleway", "Helvetica Neue", Arial, sans-serif);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--uh-font-heading);
  font-weight: 600;
  color: var(--uh-navy);
}

.brand-font {
  font-family: var(--uh-font-brand);
  text-transform: lowercase;
  letter-spacing: 0.06em;
}
