/*
Theme Name: Fullstack Marketer
Theme URI: https://fullstackmarketer.in
Author: Fullstack Marketer
Description: Custom theme converted from the Lovable/React build of the Fullstack Marketer landing page. Tailwind CDN is used for styling to preserve the original utility classes; swap for a compiled Tailwind build before going to production.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: fullstack-marketer
*/

/* Custom theme color/font tokens (kept identical to the original Lovable build) */
.prism-edge { position: relative; }
.prism-edge::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, #3a5be0, #e33b93, #f0a53a, #0fb6a3);
}
body {
  font-family: "Instrument Sans", sans-serif;
  background: #f6f7fb;
  margin: 0;
}
