/* Colors */
:root {
  --background: #282828; 
  --text-color: #ebdbb2; 
  --heading-color: #458588;
}
