/* =========================================
   BASE
   Tipografia global, links, seleção de texto
   ========================================= */

body {
    font-family: var(--fonte-corpo);
    background: var(--white);
    color: var(--text);
    line-height: 1.6;
    font-size: 15px;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }

h1, h2, h3, h4 { font-family: var(--fonte-titulo); }

::selection { background: var(--blue-mid); color: var(--text); }
