html { scroll-behavior: smooth; }
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    box-sizing: border-box;
}
a { text-decoration: none; }
ul { list-style: none; }

@font-face {
    font-family: 'Font Awesome 6 Solid';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}
