/*
Theme Name: Corp Network
Theme URI: https://network.gtt.mx
Author: Novarum
Author URI: https://novarum.mx
Description: Theme editorial para redes multisitio. Tipografia clasica, colores parametrizables por subsitio via Brand Settings, modo claro/oscuro, soporte nativo para podcasts y videos.
Version: 0.8.4
Tested up to: 6.7
Requires at least: 6.4
Requires PHP: 8.1
License: Proprietary
License URI: https://novarum.mx
Text Domain: corp-network
Tags: full-site-editing, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, threaded-comments, translation-ready, wide-blocks, block-patterns, rtl-language-support
*/

:root {
    --brand-primary: #328428;
    --brand-primary-rgb: 50, 132, 40;
    --brand-secondary: #1a1a1a;
    --brand-accent: #CA942E;
    --brand-font-heading: 'Fraunces', Georgia, serif;
    --brand-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

[data-theme="dark"] {
    color-scheme: dark;
}

[data-theme="light"] {
    color-scheme: light;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--brand-primary);
    color: #fff;
    padding: 8px 16px;
    z-index: 100000;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

.theme-toggle {
    background: transparent;
    border: 0.5px solid currentColor;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.2s;
}

.theme-toggle:hover { opacity: 1; }

.theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: inline; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
