/*
Theme Name: IMATech Blog
Template: twentytwentyfive
Author: Ravel Dev
Description: Tema-filho do Twenty Twenty-Five com a identidade visual do IMATech Academy (navy + dourado, Playfair Display + DM Sans).
Version: 1.0
*/

/* Barra superior "voltar ao site" */
.imatech-bar{
  background:#070F2B;color:#fff;text-align:center;
  padding:10px 16px;font:500 14px/1.4 'DM Sans',sans-serif;letter-spacing:.02em;
}
.imatech-bar a{color:#F5A800;text-decoration:none;font-weight:600}
.imatech-bar a:hover{text-decoration:underline}

/* Acentos da marca */
.wp-block-post-title,.wp-block-heading,h1,h2,h3{font-family:'Playfair Display',serif !important;color:#0D1F4E}
body,p,li{font-family:'DM Sans',sans-serif}
a{color:#1B4FA8}
a:hover{color:#F5A800}
.wp-block-button__link{background:#0D1F4E;color:#fff;border-radius:6px}
.wp-block-button__link:hover{background:#F5A800;color:#070F2B}
.wp-block-post-date,.wp-block-post-terms{color:#5A6B8A;font-family:'DM Sans',sans-serif}
