/*
Theme Name: SCube SARKER Network
Theme URI: https://scubenetwork.com
Author: Antigravity
Author URI: https://google.com
Description: A lean, launch-ready MVP theme for SCube SARKER Cable Network.
Version: 1.0.0
Text Domain: scube
*/

/* 
 * This theme uses Tailwind CSS via CDN for development speed. 
 * Custom CSS overrides can go here.
 */

:root {
    --color-scube-green: #009900;
    --color-scube-black: #000000;
    --color-scube-red: #cc0000;
}

body {
    font-family: 'Inter', sans-serif;
}
