/*
 Theme Name: Nekomaru Theme
 Description: The custom theme Nekomaru Theme using the parent theme Twenty Seventeen.
 Author: nekomaru
 Author URI: pedroblog.space
 Template: twentyseventeen
 Version: 1
 */
/* JetBrains Mono - Regular */
@font-face {
    font-family: "JetBrains Mono";
    src: url("fonts/JetBrainsMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* JetBrains Mono - Bold */
@font-face {
    font-family: "JetBrains Mono";
    src: url("fonts/JetBrainsMono-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "JetBrains Mono", monospace;
    font-variant-ligatures: normal; /* Mantém as ligaduras da JetBrains ativas */
    -webkit-font-smoothing: antialiased;
}

/* Toque de mestre: Títulos com peso 700 */
h1,
h2,
h3,
h4 {
    font-weight: 700;
    letter-spacing: -0.02em; /* Um leve ajuste para títulos grandes */
}
