/*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 LIGHTMODE*/

:root {
  --bg: #f3e8e7;
  --mainbg: #f4eceb;
  --borders: #c7c38f;
  --underline: #8e9f50;
  --dotborders: #c68a86;
  --quote: #793d39;
  --bold: #783c38;
  --link: #783c38;
  --linkhover: #cb7069;
  --infotext: #783c38;
  --infotitles: #180d0c;
  --centerboxes: #8e9f50;
  --text: #180d0c;
  
}
