/*
Theme Name: Raphael Art
Theme URI: https://raphaelvavasseur.com
Author: Raphael Vavasseur
Description: Site vitrine Raphael Vavasseur — art & Etsy
Version: 1.0
*/

:root { color-scheme: light; }

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

body {
    font-family: Georgia, serif;
    background-color: #ffffff !important;
    background: #ffffff !important;
    text-align: center;
    color: #000 !important;
}

img { max-width: 100%; height: auto; }

.site-header { padding: 10px 0; }

.header-bar img { width: 100%; max-width: 680px; height: 20px; }

.header-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 6px;
    flex-wrap: wrap;
}

.header-nav a img { display: block; }

.home-main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    flex-wrap: wrap;
}

.home-etsy-gif a img { max-width: 340px; }

.home-categories {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-categories a img { display: block; }

.site-footer {
    padding: 12px;
}

.footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-inner p { font-size: 0.85em; }

.about-content { padding: 20px; }
.about-content img { display: block; margin: 10px auto; }
