/*
Theme Name: C4 Diabetic
Theme URI: https://yourdomain.com
Author: PrimeDev
Description: A custom landing page for selling diabetic test strips, converted from a React application.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: c4-diabetic
*/

/* 
Note: Most styles are handled via Tailwind CSS. 
Additional custom styles can be added here.
*/

:root {
    --brand-blue: #2563eb;
    --brand-green: #10b981;
    --brand-orange: #f97316;
    --brand-bg: #f8fafc;
}

body {
    background-color: var(--brand-bg);
    margin: 0;
    padding: 0;
}