/*
Theme Name: TOCTOC Sky Editorial
Description: The official TocToc Marketing theme based on the AI Revenue Loop design system.
Version: 3.3
*/

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600;700;800&display=swap');

/* All styles are handled via Tailwind in header.php */
/* This file is for small overrides if necessary */

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ensure no default WordPress styles interfere */
.decoration-none {
    text-decoration: none !important;
}
