:root {
  --c-primary-01: #c3f5ff;
  --c-primary-02: #00e5ff;

  --c-surface-01: #0b1326;
  --c-surface-02: #080e1d;
  --c-surface-03: #131b2e;
  --c-surface-04: #1a2337;
  --c-surface-05: #222a3d;
  --c-surface-06: #2d364f;

  --c-text-01: #94a3b8;
  --c-text-02: #c3f5ff;
  --c-text-03: #00626e;
  --c-text-04: #dae2fd;

  --c-secondary-01: #1e293b;

  --c-primary-01-gradient: linear-gradient(
    135deg,
    var(--c-primary-01) 0%,
    var(--c-primary-02) 100%
  );
}
