/* Studio Brave foundations + approved Pills typefaces. */
:root {
  --color-paper: #fff;
  --color-ink: #000;
  --color-muted: #737577;
  --color-border: #d4d6d8;
  --color-white: #fff;
  --color-surface: #f3f4f5;
  --font-body: Manrope, sans-serif;
  --font-display: Nevermind, Arial, sans-serif;
  --font-template: Overused-Grotesk, Arial, sans-serif;
  --motion-tab: 120ms;
  --motion-menu: 400ms;
  --motion-carousel: 1000ms;
  --motion-hover: 570ms;
}
