/* Reef Theme */
:root{
  --ocean-1:#021a2d;
  --ocean-2:#043657;
  --ocean-3:#0b5d83;
  --reef:#12b8c7;
  --foam:#dff8ff;
  --line:rgba(146, 223, 255, .35);
  --line-strong:rgba(146, 223, 255, .65);
  --frame:rgba(5, 38, 63, .66);
  --frame-soft:rgba(8, 54, 86, .54);
  --text:#e6f9ff;
  --text-soft:#9fd2e6;
  --tab:rgba(9, 80, 120, .58);
  --tab-active:#2ad0da;
  --tab-active-text:#072434;
}

body{
  background:radial-gradient(circle at 18% 12%, #0e83bc 0%, #08486f 28%, #03253e 62%, #021a2d 100%);
}
