/*
Theme Name: Antik Dresden
Theme URI: https://antik-dresden.de
Author: Antik Dresden
Author URI: https://antik-dresden.de
Description: Elegantes, historisches WordPress-Theme für Antik Dresden — Antiquitäten, antike Uhren & Vintage Fotografie. Ein Hauch von Geschichte, Eleganz und Leidenschaft für das Besondere.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: antik-dresden
Tags: one-column, custom-menu, custom-logo, featured-images, footer-widgets, translation-ready, accessibility-ready, e-commerce

Antik Dresden — Wo Geschichte lebendig wird.
*/

/* ===================================================
   CRITICAL / ABOVE-THE-FOLD CSS
   Full styles live in assets/css/main.css
   =================================================== */

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: #080402;
    color: #e8d4b0;
    font-family: 'EB Garamond', Georgia, serif;
    line-height: 1.7;
    overflow-x: hidden;
}
