/*
Theme Name: Seth Enterprises FSE
Theme URI: https://sethenterprises.co.in
Author: siteseva
Author URI: https://sethenterprises.co.in
Description: A modern, minimalist, and interactive Full Site Editing (FSE) block theme for Seth Enterprises - Networking Tools & Connectors.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sethenterprises-fse
Tags: full-site-editing, block-patterns, e-commerce, custom-colors, responsive-layout, wide-blocks
*/

/* Reset & Root Variables */
:root {
  --se-primary: #146eb4;
  --se-primary-hover: #0e538a;
  --se-primary-light: #e7f0f7;
  --se-dark: #0f172a;
  --se-gray-dark: #1e293b;
  --se-gray-muted: #64748b;
  --se-gray-border: #e2e8f0;
  --se-bg-light: #f8fafc;
  --se-white: #ffffff;
  --se-accent: #f59e0b;
  --se-radius-sm: 6px;
  --se-radius-md: 10px;
  --se-radius-lg: 16px;
  --se-radius-pill: 9999px;
  --se-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
}

body,
input,
button,
select,
textarea,
optgroup,
p,
span,
a,
label {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body {
  background-color: #ffffff;
  color: var(--se-dark);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
