/*
Theme Name: Rashed
Theme URI: https://example.com/rashed-cricket
Author: Rashed
Description: A professional official cricket tournament theme with live scores, player stats, and tournament leaderboard.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rashed
*/

/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Hind Siliguri', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
}

:root {
    --primary-red: #d32f2f;
    --primary-green: #2e7d32;
    --white: #ffffff;
    --light-gray: #f4f4f4;
    --dark-gray: #333333;
    --shadow: 0 4px 10px rgba(0,0,0,0.1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 700;
}
