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

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

html,
body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

#tmt-app {
  min-height: 100vh;
}
