/*
Theme Name: HexWebTheme
Author: Michał Grabara
Version: 0.9
*/

@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 80px;
}

.faq-icon.rotate-180 {
    transform: rotate(180deg);
}

.prose {
    line-height: 1.8;
    color: #374151; 
}

.prose h3 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #111827;
}

.prose p {
    margin-bottom: 1.5rem; 
}

.prose strong {
    color: #111827;
}

@layer base {
    body {
        background-color: #FCFCFC;
        font-family: "Geist", sans-serif;
    }
}