/*
Theme Name: Beleef Wijn
Theme URI: https://beleefwijn.nl
Author: Jeffrey Lang
Author URI: https://jeffreylang.dev
Description: Custom theme voor Beleef Wijn — wijnproeverijen aan huis, op locatie, zakelijke events en relatiegeschenken. Elegant design met wijnrood als kernkleur, Playfair Display headings en een focus op storytelling rond wijn.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beleefwijn
Tags: woocommerce, custom-colors, custom-menu, featured-images, full-width-template, translation-ready
*/

/* De volledige stijlen leven in assets/css/main.css en assets/css/woocommerce.css. */
/* Dit bestand dient als theme header (verplicht door WordPress) + minimale reset. */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}
