/*
 * Theme Name: LiveScoreBuzz Theme
 * Theme URI: https://livescorebuzz.online
 * Author: Moazam Ali
 * Author URI: https://moazamali.online
 * Description: A custom theme for displaying live cricket scores, news, and player profiles.
 * Version: 1.0.0
 * Requires at least: 5.8
 * Tested up to: 6.4
 * Text Domain: livescorebuzz
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* ==========================================================================
   Basic Styles
   ========================================================================== */

/* Set a base font for the entire site. */
body {
    font-family: 'Inter', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Most of the theme's styling is handled by a separate stylesheet
   that is enqueued via the functions.php file. This file primarily serves
   as the theme's identifier. */
