/* Work Search — design tokens. Mirrors yangu/design/tokens/colors.css and the
 * Worklyn Sans family; the only place raw values appear. */

@font-face {
  font-family: "Worklyn Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/WorklynSans-wght-full.woff2") format("woff2");
}

:root {
  /* brand */
  --ink: #231a34;
  --paper: #f9efdb;
  --gold: #ffc526;
  --gold-deep: #eab308;
  --teal: #0d9488;
  --pink: #db2777;
  --blue: #1397c1; /* the logo's letter blue */

  /* google-style result palette */
  --link-blue: #1a0dab;
  --link-visited: #681da8;
  --url-green: #006d21;
  --snippet-ink: #4d5156;

  /* surfaces */
  --surface: #ffffff;
  --surface-sunken: #f6f2ea;
  --line: rgba(35, 26, 52, 0.12);
  --text-muted: rgba(35, 26, 52, 0.58);
  --shadow-pill: 0 1px 6px rgba(32, 33, 36, 0.18);

  /* type scale (Worklyn Sans) */
  --font: "Worklyn Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --fs-wordmark: clamp(2.4rem, 7vw, 3.4rem);
  --fs-title: 1.25rem;
  --fs-url: 0.875rem;
  --fs-snippet: 0.9375rem;

  --radius-pill: 999px;
  --radius-row-hover: 8px;
}
