@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

/* ==userstyle==
@name         boilerplate for dev.css
@description  a template that you can modify. copied from dev.css defaults. removing lines will revert to the dev.css default, for example the font lines
@namespace    author
@version      1.0.0
@author       author <author@example.com> (https://example.com)
@homepageURL  https://example.com
@supportURL   https://example.com/issues
@license      MIT
==/userstyle== */

:root {
	/* font families */
	--dc-font: "Roboto Mono", ui-sans-serif, system-ui, sans-serif;
	--dc-font-mono: "Roboto Mono", ui-monospace, monospace;

  /* temporary while I migrate it to dev.css's equivalent */
  --background: #101626;
  --main: #1d1f35;
  --alt: #354752;
  --alt2: #293c41;
  --text: #fff;
  --tinytext: #b3b3b3;
  --accent: #4c9fcf;
  --accent2: #3620ff;
  --accent3: #43648a;
  --shadows: #111;
  --screenwidth: ;
}

.white {
  filter: brightness(0) invert(1);
}