/* theme: ocean */
:root{
  --bg: radial-gradient(900px 540px at 70% 10%, rgba(14,165,233,.18), transparent 55%),
        #f2fbff;
  --surface: rgba(255,255,255,.92);
  --surface2:#ffffff;
  --border: rgba(3,105,161,.16);
  --primary:#0284c7;
}
