/* withRemote colour tokens · v1.0 · 2026-08-05
   Generated from https://withremote.ai/brand — do not hand-edit. */

:root {
  /* Core — Ember is the only chromatic colour in the identity. */
  --wr-core-ember: #FF6A3D;
  --wr-core-ember-deep: #E54A1F;
  --wr-core-ink: #0A0A0A;
  --wr-core-paper: #FAFAFA;

  /* Dark surfaces — The default theme. */
  --wr-dark-base: #0A0A0A;
  --wr-dark-raised: #0E0E0E;
  --wr-dark-sunken: #141414;
  --wr-dark-surface: #1A1A1A;
  --wr-dark-hairline: #1F1F1F;
  --wr-dark-muted-ink: #A1A1A1;

  /* Light surfaces — The light theme mirrors the dark scale step for step, so any component can flip themes without a redesign. */
  --wr-light-base: #FAFAFA;
  --wr-light-raised: #FFFFFF;
  --wr-light-sunken: #F4F4F4;
  --wr-light-surface: #EDEDED;
  --wr-light-hairline: #E8E8E8;
  --wr-light-muted-ink: #525252;

  /* Signal — Status only — availability dots, success states, warnings. */
  --wr-signal-live: #34D399;
  --wr-signal-live-deep: #059669;
  --wr-signal-attention: #F59E0B;
  --wr-signal-attention-deep: #D97706;
}
