/*
Theme Name: MBUZZART
Theme URI: https://mbuzzart.nl
Author: Your Name
Author URI: https://mbuzzart.nl
Description: Custom WordPress theme voor MBUZZART Tattoo Studio met modern design en aangepast kleurenpalet
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
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: mbuzzart
Tags: tattoo, studio, one-page, custom

MBUZZART - Een professioneel WordPress thema voor tattoo studio's
*/

:root {
    --color-bg: #5F645E;
    --color-bg-alt: #4A4F49;
    --color-bg-card: #6B706A;
    --color-dark: #1B1B1B;
    --color-light: #FFFFFF;
    --color-cream: #FFD4C2;
    --color-text: #E8E8E8;
    --color-text-muted: #B8B8B8;
    --color-accent: #EAA501;
    --color-accent-dark: #C88D01;
    --font-display: 'Cinzel', serif;
    --font-body: 'Raleway', sans-serif;
}

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
}

/* WordPress Core Styles */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.9em;
    color: var(--color-text-muted);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sticky {
    /* Sticky post styling if needed */
}

.gallery-caption {
    display: block;
}
