/*
Theme Name: Kodin
Description: Tema para kodinwav.com
Version: 1.0
Author: Kodin
*/

/* Reset e cores */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #0a0a0a !important;
    color: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Esconder admin bar */
#wpadminbar {
    display: none !important;
}

body.admin-bar {
    margin-top: 0 !important;
}