// Emerald Prestige theme ported to RN.
export const colors = {
  bg: "#0a0f1f",
  bgAlt: "#0f172a",
  surface: "#111a2e",
  surfaceAlt: "#1a2340",
  border: "#1f2a44",
  borderStrong: "#2a3760",
  text: "#e6edf7",
  textMuted: "#8a9bb8",
  textDim: "#5f708c",
  primary: "#10b981",
  primarySoft: "rgba(16,185,129,0.15)",
  accent: "#22d3ee",
  danger: "#ef4444",
  warn: "#f59e0b",
  long: "#10b981",
  short: "#ef4444",
};

export const spacing = { xs: 4, sm: 8, md: 12, lg: 16, xl: 24, xxl: 32 };
export const radii = { sm: 6, md: 10, lg: 14, xl: 20, pill: 999 };
export const font = {
  display: "System",
  body: "System",
};
