/*
Theme Name: Louis Perner
Theme URI: https://louisperner.dev
Author: Louis Perner
Author URI: https://louisperner.dev
Description: Child theme of the datamonkeys starter: same layout system, personal portfolio palette (ink + sky blue) and portfolio-first templates.
Template: datamonkeys
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: louisperner
*/

/* ── Brand overrides on top of the parent style.css ── */
::selection {
    background: #1082EF;
    color: #101014;
}

/* The parent paints the scrollbar in its yellow; ours is sky blue. */
::-webkit-scrollbar-thumb { background: #1082EF; }
::-webkit-scrollbar-thumb:hover { background: #0B6BD0; }
::-webkit-scrollbar-track { background: #F4F8FE; }

/* Header brand: two-tone wordmark, ink over the sky-blue hero pill. */
.header-brand-text { color: #101014; }
/* O wordmark da top bar e uma peca so, toda preta: o segundo bloco herda. */
.lp-brand-accent { color: inherit; }
.header-on-page .header-brand-text { color: #101014; }

/* Hero is sky blue, not yellow: the parent's dark CTA pill keeps its contrast. */
/* O acento cheio sobre o preto da pill rende so 4,1:1; o tom claro sobe para 7:1. */
.header-cta-dark { color: #5FA9F7; }

/* Monospaced accents for the code-adjacent bits of a dev portfolio. */
.lp-mono {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
    letter-spacing: -0.01em;
}
