/* Captured from shopfront.se on 2026-09-13. Shared by the entry page and app. */
@font-face {
  font-family: 'DM Sans'; font-style: normal; font-weight: 100 1000;
  font-display: swap; src: url('/brand/dm-sans-latin.woff') format('woff');
}
@font-face {
  font-family: Manrope; font-style: normal; font-weight: 200 800;
  font-display: swap; src: url('/brand/manrope-latin.woff') format('woff');
}
:root {
  --brand-white: #ffffff;
  --brand-surface: #f3f8fd;
  --brand-canvas: #e9f3fb;
  --brand-ink: #102a43;
  --brand-text: #496176;
  --brand-line: #d5e1ec;
  /* Darker than the marketing gate border for 3:1 control contrast. */
  --brand-input-line: #6b8299;
  --brand-action: #1764d8;
  --brand-blue: #2e7cf6;
  --brand-blue-deep: #124a9b;
  --brand-blue-tint: #eef5ff;
  --brand-body-font: 'DM Sans', system-ui, sans-serif;
  --brand-display-font: Manrope, system-ui, sans-serif;
}
