/*
Theme Name: TMK Global Theme
Theme URI: https://tmkgloballlc.com
Author: TMK Global LLC
Author URI: https://tmkgloballlc.com
Description: Custom premium dark theme for TMK Global LLC blog
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: tmk-theme
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #050508;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
}