/*
Theme Name: Sebba
Theme URI: 
Author: 
Description: Tema limpo para a página do Sebba.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sebba
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    background: #fff;
}

.site-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header__logo {
    text-decoration: none;
    color: #000;
}

.site-header__logo-img {
    height: 2.5rem;
    width: auto;
    display: block;
}

.site-header__nav ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header__nav a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
