/*
Theme Name: Noisy Creative - Undangan Digital
Theme URI: https://noisycreative.id
Author: Noisy Creative Studio
Author URI: https://noisycreative.id
Description: Tema WordPress eksklusif untuk studio undangan digital pernikahan modern & interaktif. Dilengkapi kustomisasi tema, nomor WhatsApp, katalog template, paket harga, pesanan masuk, dan RSVP langsung dari WordPress Admin & Live Customizer.
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wedding-theme
Tags: wedding, invitation, custom-colors, custom-logo, one-column, portfolio, theme-options
*/

/* Base Theme Styles */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #F8F6F1;
    color: #111111;
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#wpadminbar {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

#wpadminbar:hover {
    opacity: 1;
}

.wedding-theme-container {
    width: 100%;
    min-height: 100vh;
}
