@import "theme-aquatech-base.css";

body {
  --color-primary: #0061af;
  --color-primary--dark: #0061af;
  --color-primary--hover: #0061af;
  --background-color-primary--hover: #0061af;
  --color-secondary: #a79c93;
  --color-secondary--hover: #a79c93;
  --border-color-secondary--hover: var(--color-secondary);
  --color-tertiary: #172d46;
  --color-tertiary--hover: #172d46;
  --color-quaternary: #61206a;
  --color-quaternary--hover: #61206a;
}
