
/*
Theme Name: KARA FX ENTERPRISE
*/

:root{
--primary:#0E9F6E;
--dark:#0B5D46;
--text:#111827;
--muted:#6B7280;
}

body{
font-family:Inter, sans-serif;
margin:0;
background:#fff;
color:var(--text);
}

.container{max-width:1100px;margin:auto;padding:20px;}
