/* GENERATED from brand tokens in the product configuration.
   Do not edit: run `npm run build` after editing brand in
   src/product/nt2/product.config.js. Concept: Plaat. */

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

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

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

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

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

:root {
  color-scheme: light;
  --plate: #6E2032;
  --plate-ink: #FFFFFF;
  --ink: #1C1416;
  --ink-soft: #5E5054;
  --paper: #FFFFFF;
  --wash: #F3EFE9;
  --line: #E3D9D2;
  --accent: #6E2032;
  --accent-ink: #FFFFFF;
  --danger: #B3261E;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans', 'Noto Naskh Arabic', sans-serif;
  --font-display: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --radius: 0.9rem;
  --radius-plate: 0.22rem;
}
