/*
Theme Name:  BestProp Theme
Theme URI:   https://bestprop.io
Description: Official BestProp.io theme. Works with the BestProp plugin for prop firm comparison pages.
Version:     2.0.0
Author:      BestProp.io
Author URI:  https://bestprop.io
Text Domain: bestprop-theme
License:     GPL-2.0+
*/

/* Base resets & typography — design system lives in the plugin's bestprop.css */
*, *::before, *::after { box-sizing: border-box; }
body {
  background: #070A12;
  color: #EDF0FF;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #6366F1; text-decoration: none; }
a:hover { text-decoration: underline; }

/* WP alignment helpers */
.aligncenter { display: block; margin: 24px auto; }
.alignleft   { float: left; margin: 0 24px 16px 0; }
.alignright  { float: right; margin: 0 0 16px 24px; }
.wp-caption  { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #6B7B99; text-align: center; margin-top: 6px; }
