/*wikitable by @limegreen on neocities. a link is appreciated!*/


/*to change the fonts here, go to google fonts, find ones you'd like, and use the @import snippet*/
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700');

/*example styles*/


/*global colors. change here to see the effect*/

:root {
  --bg: #0F0909;
  --mainbg: #140c0b;
  --borders: #706c38;
  --underline: #cb7069;
  --dotborders: #d1a6a3;
  --quote:#d1a6a3;
  --bold: #d1a6a3;
  --link: #d1a6a3;
  --linkhover: #cb7069;
  --infotext: #9eaf60;
  --infotitles: #f3e8e7;
  --centerboxes: #706c38;
  --text: #f3e8e7;
  
}
