:root{
  --neutral : #ffffff;
  --sous-color : #fff479;
  --highlight : rgb(217, 112, 0);
  --highlight-invert : #b50c36  ; 
  --highlight-dark: rgb(255, 123, 0);
  --paper-color:rgb(255, 204, 164);
  --quote-color:#fff479;
  --text-color:rgb(26, 26, 26);
  --nav-color:var(--sous-color);
  --nav-text-color:var(--sous-color);
}

body {
    background: linear-gradient(90deg, rgb(255, 162, 144) 0%, rgb(255, 182, 122) 50%, rgb(252, 206, 69) 100%);
    color: rgb(26, 26, 26);
}

.color nav {
background: linear-gradient(
    rgb(255, 123, 0),
    rgb(188, 0, 0),
    rgb(52, 0, 0)
);
color: rgb(255, 255, 255);
box-shadow: none;
}
