/*
Theme Name: DynastyTradeHQ Blog Theme
Theme URI: https://dynastytradehq.com
Author: DynastyTradeHQ
Description: Custom minimal theme matching the DynastyTradeHQ Next.js site's navbar and footer, used for the WordPress-powered blog at /blog.
Version: 1.0
*/

body {
  margin: 0;
  box-sizing: border-box;
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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