﻿:root {
  --main-theme-color: #0a3755;
  --main-theme-color-hover: #0c4c77;

  --body-bg-color: #F0F2FA;
  --main-theme-dark-shade: #082a44;

  --sub-theme-color: #565e64;
  --sub-theme-color-hover: #51585e;

  --tertiary-theme-color: #009688;
  --tertiary-theme-color-hover: #00796B;

  --quaternary-theme-color: #e56974;
  --quaternary-theme-color-hover: #cd5863;

  --fifth-theme-color: #17a2b8;
  --fifth-theme-color-hover: #cd5863;
}