/* style.css */

/* Płynne przewijanie do sekcji */
html {
    scroll-behavior: smooth;
}

/* Główne czcionki */
body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Czcionka dedykowana dla Logo */
.font-logo {
    font-family: 'Playfair Display', serif;
}