/* INGRAD-style typography: Inter (body) + DrukTextWide (display) */

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

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

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/Inter-Bold.42184cd.woff2') format('woff2');
}

@font-face {
  font-family: 'DrukTextWide';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/DrukTextWideCy-Medium.9242f88.woff2') format('woff2');
}
