/*
Theme Name: RetroStatic 95
Theme URI: https://example.com/retrostatic-95
Author: Hamelton Brands, LLC
Author URI: https://hamelton.co
Description: A advanced block-based WordPress theme that makes your site look like a hand-coded mid-90s website, with link-log blog lists, real retro novelties, uploadable GIF backgrounds, and deep customization.
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: retrostatic-95
Tags: blog, block-patterns, block-styles, custom-colors, custom-menu, editor-style, one-column, two-columns, translation-ready, rtl-language-support

This theme is a block theme designed to look like a static mid-90s website, with a complete theme settings page and 90s web novelties.
*/

/* Basic structural styles shared across templates */
body {
    margin: 0;
    padding: 0 16px;
}

.rs95-main {
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rs95-header,
.rs95-footer {
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rs95-header {
    border-bottom: 2px ridge rgba(255,255,255,0.4);
}

.rs95-footer {
    border-top: 2px ridge rgba(255,255,255,0.4);
    text-align: center;
    font-size: 0.8rem;
}

/* Link-log look */
.rs95-link-log .rs95-link-log-item {
    padding: 2px 0;
}

/* Mouse star for trail */
.rs95-mouse-star {
    pointer-events: none;
}

/* Optional custom cursor class hook */
.rs95-custom-cursor {
    cursor: url(''), auto;
}
