/*
Theme Name: Your Theme
Author: You
Version: 1.0
*/
@import "./assets/styles/fonts.css";
@import "./assets/styles/colors.css";
body {
  background: var(--bg);
}
