/*
Theme Name: Tapybl Blog Theme
Theme URI: https://anitechsolutions.com
Author: juando
Author URI: https://juando.dev
Description: Minimal WordPress theme starter that loads Bootstrap v5.3.8 via CDN.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT
Text Domain: tapybl-blog
*/

/* —— Navbar look & feel como la captura —— */
:root {
  --tapybl-dark: #13171a; /* fondo nav */
  --tapybl-link: #e6e7e8; /* links */
  --tapybl-link-dim: #c8cacc; /* links apagados */
  --tapybl-green-1: #0aa36c; /* gradiente btn */
  --tapybl-green-2: #0b5a49;
  --tapybl-green-3: #b8ef36;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h1,
h2,
h3,
.fw-bold {
  font-weight: 700;
}
h4,
h5,
h6,
strong {
  font-weight: 600;
}
body,
p,
li {
  font-weight: 400;
}
