/*
$light: whitesmoke;
$light-secondary: lightgrey;
$highlight1: #DBBA58;
$primary: #576fdb;
$highlight2: #8F721D;
$dark: $blackPearl;
$dark-secondary: $blackPearl-secondary;
*/
/*
$light: #f6f6f7;
$light-secondary: #b2b2bb;
$highlight1: #c4a461;
$primary: #6181C4;
$highlight2: #877db1;
$dark: #765bbe;
$dark-secondary: #5e46a0;
*/
/* 0E1B58 */
/* 0E1B58 */
/* was 20% */
/* was 20% */
/* #03638b */
/*$ct4-highlight1;*/
/*$ct4-primary;*/
/*$ct4-highlight2;*/
/* color relationship
D9D5C7 : hsl(47, 19%, 82%)
81ADCD : hsl(205, 43%, 65%)
4F5489 : hsl(235, 27%, 42%)
677EC9 : hsl(226, 48%, 60%)
1C243F : hsl(226, 38%, 18%)
*/
/* propositions
FAF8F5
86877B
6A799F
4D74B0
0E1B58

F6F4F0
6D8FA3
8E8FA1
666FC6
0E1B58

F6F4F1
rgb(196, 183, 163)
7093AA
999BAE
6774CE
11226E

E4E9F0 rgb(146, 166, 194)
59A7E9
5277BD
5E6AA2
0E1B58
*/
.fill-light {
  background-color: #FAF8F5; }

.fill-light-secondary {
  background-color: #92a6c2; }

.fill-highlight1 {
  background-color: #37c0fb; }

.fill-primary {
  background-color: #a1a8aa; }

.fill-highlight2 {
  background-color: #03638c; }

.fill-dark {
  background-color: #0E1B58; }

.fill-dark-secondary {
  background-color: #09123a; }

.txt-light {
  color: #FAF8F5; }

.txt-light-secondary {
  color: #92a6c2; }

.txt-highlight1 {
  color: #37c0fb; }

.txt-primary {
  color: #a1a8aa; }

.txt-highlight2 {
  color: #03638c; }

.txt-dark {
  color: #0E1B58; }

.txt-dark-secondary {
  color: #09123a; }

.btn-dark {
  background-color: #03638c; }

.section-title {
  color: #a1a8aa; }

:root {
  --color-primary-dark: hsl(229, 73%, 13%);
  --color-secondary: #03638b;
  --color-accent: $highlight2;
  --color-light: #f0f3ff;
  --color-dark-secondary: hsl(229, 73%, 3%); }

/*# sourceMappingURL=colors.css.map */
