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

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

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

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

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

/* -----------------------------
   Global usage
   ----------------------------- */
html, body {
  font-family: 'Graphik', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, .display, .section-title, .hero-title {
  font-family: 'Mikado', 'Graphik', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700; /* Mikado Bold by default on big headings */
  line-height: 1.15;
}

h3, h4, h5 {
  font-family: 'Mikado', 'Graphik', sans-serif;
  font-weight: 400; /* use Regular for smaller headings if you like */
}

/* Utilities */
.font-graphik { font-family: 'Graphik', Arial, sans-serif; }
.font-mikado  { font-family: 'Mikado', 'Graphik', Arial, sans-serif; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }