@charset "ISO-8859-1";

:root {
  
  --dark-color: black;
  
  --brighter-color:  #8F8F8F;
  
  --highlight-color: #ffc256;
  
  --transparent-hightlight-color: rgba(255, 194, 86, 0.5);
  
  --button-std-color: #FFCC00;
  --button-highlight-color: #D9A800;
  
  --button-text-highlight-color: white;
  
  --bg-image: url(og4.jpg);
  
  --button-green-color: #ffc256;
  --button-green-highlight-color: #E9A62E;
 
}