/*
Theme Name: No More Tears
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from No More Tears project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #141210;
  color: #f2f0e8;
}

/* Prevent WordPress core / block editor styles from bleeding into the React app */
#tmt-app,
#tmt-app * {
  box-sizing: border-box;
}

#tmt-app a:where(:not([class*="text-"]):not([class*="bg-"])) {
  color: inherit;
}
