/*
Theme Name: BlackscaleCore
Theme URI: https://blackscalemedia.com
Author: Blackscale Media
Author URI: https://blackscalemedia.com
Description: Custom theme built for Blackscale Media using ACF and Tailwind CSS.
Version: 1.1
Requires at least: 6.0
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blackscale
*/
.stat-number {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 640px) {
  .stat-number {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .stat-number {
    font-size: 3rem;
    line-height: 1;
  }
}