/*
Theme Name: Sheovation Funnel
Theme URI: https://sheovation.com
Author: Sheovation
Description: Single-product WooCommerce funnel theme with direct checkout flow.
Version: 1.0.0
Text Domain: sheovation-funnel
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.0
*/

:root {
  --sf-text: #1a1a1a;
  --sf-bg: #ffffff;
}

body {
  margin: 0;
  color: var(--sf-text);
  background: var(--sf-bg);
}

a {
  text-decoration: none;
}
