/*
 * T(h)reehouse +EC - Design Tokens
 * Source: corporate-design/assets/tokens.css
 * Licence: MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files, to deal
 * in the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, subject to the following condition:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
 */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

:root {
  --ink: #1a1a1a;
  --sea: #2c5f7c;
  --signal: #c0392b;
  --stone: #6b6b6b;
  --parchment: #f5f0e8;
  --grid: #e0dbd2;
  --warm-white: #faf8f4;
  --font-mono: 'IBM Plex Mono', monospace;
  --font-serif: 'Crimson Pro', Georgia, serif;
  --measure: 38rem;
  --gutter: 1.5rem;
  --focus-ring: 2px solid var(--sea);
  --focus-offset: 2px;
  --min-target: 2.75rem;
  --min-target-aa: 1.5rem;
}
