/*
Theme Name: Dr. Arokia
Theme URI: https://outsourceai.io
Author: OutsourceAI
Author URI: https://outsourceai.io
Description: Basic WP template for vibe coding
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dr-arokia
*/

/*** Shared theme styling ***/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.skip-link {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 9999;
    padding: 0.8rem 1rem;
    color: #ffffff;
    background: #0f2942;
    transform: translateY(-150%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.fallback-navigation,
.fallback-footer {
    padding: 1.25rem clamp(1rem, 4vw, 4rem);
    font-family: Arial, sans-serif;
}

.fallback-navigation {
    border-bottom: 1px solid #e2e8f0;
}

.fallback-navigation a {
    color: #0f2942;
    font-weight: 700;
    text-decoration: none;
}

.fallback-footer {
    color: #64748b;
    border-top: 1px solid #e2e8f0;
}
