@import url("styles.css");

body{
  background-color:var(--bg);
  color:var(--text);
}
