/*
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);
}

@layer base {
    body {
        background-color: #FCFCFC;
        font-family: "Geist", sans-serif;
    }
}