/*
Theme Name: Compre Satoshi Theme
Theme URI: https://compresatoshi.com
Description: Tema filho do Kadence com identidade visual personalizada do blog Compre Satoshi.
Author: Sr Raphael
Author URI: https://compresatoshi.com
Template: kadence
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Mono&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    background-color: #FFFFFF;
}

h1, h2, h3, h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #1E3A8A;
}

h1 { font-size: 48px; line-height: 1.2; }
h2 { font-size: 36px; line-height: 1.3; }
h3 { font-size: 24px; line-height: 1.4; font-weight: 600; }
h4 { font-size: 20px; line-height: 1.4; font-weight: 600; }

a {
    color: #F7931A;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.wp-block-button__link {
    background-color: #F7931A !important;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.article-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.article-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

img {
    border-radius: 8px;
}
