:root {
  --focus: #A2E5C6;

  --desktop-bg: #2D4E76;

  --button-bg: #3F938D;
  --button-fg: #FFFFFF;
  --button-active-bg: #357C77;
  --button-active-fg: #FFFFFF;
  --button-dark: #1F4845;
  --button-light: #A7CDCB;

  --input-bg: #7889A5;
  --input-fg: #FFFFFF;
  --input-dark: #3D4553;
  --input-light: #C2CAD6;

  --dialog-button-bg: #3F938D;
  --dialog-button-fg: #FFFFFF;
  --dialog-button-active-bg: #357C77;
  --dialog-button-active-fg: #FFFFFF;
  --dialog-button-dark: #1F4845;
  --dialog-button-light: #A7CDCB;

  --title-bar-bg: #3F938D;
  --title-bar-fg: #FFFFFF;
  --title-bar-dark: #1F4845;
  --title-bar-light: #A7CDCB;

  --title-bar-active-bg: #A2E5C6;
  --title-bar-active-fg: #000000;
  --title-bar-active-dark: #5A7F6E;
  --title-bar-active-light: #D7F4E6;
}
