/*
Theme Name: Limited Gallery
Theme URI: https://example.com/
Author: AI Assistant
Description: A complete standalone WordPress theme for a digital art exhibition with time-restricted access and a 10-minute viewing limit per user.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: limited-gallery
Tags: custom-colors, custom-menu, custom-logo, portfolio, photography
*/

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #000;
    color: #fff;

}

/* Base styles are handled mostly via Tailwind CSS, this file serves as the required WordPress theme stylesheet */
