:root {
    --primary-color: rgb(20, 54, 104);
    --primary-background-color: rgb(255, 255, 255);
    --secondary-color: rgb(9, 204, 92);
    --secondary-background-color: rgb(255, 255, 255);
    --default-text-color: rgb(86, 103, 114);
}

body {
  color: var(--default-text-color);
}