/*
Theme Name: Forjando Blocksy
Theme URI: https://forjando.local/
Description: Tema hijo editorial de Forjando Atletas para Blocksy y Gutenberg.
Author: Forjando Atletas
Template: blocksy
Version: 0.1.0
Text Domain: forjando-blocksy
*/

:root {
  --fya-navy: #0d2130;
  --fya-navy-deep: #081620;
  --fya-ink: #f6f5f0;
  --fya-copy: #c7cbc8;
  --fya-mint: #63e9b5;
  --fya-green: #63e9b5;
  --fya-orange: #ff7a16;
  --fya-white: #f6f5f0;
  --fya-black: #081620;
  --fya-font: Inter, system-ui, sans-serif;
  --fya-line: rgba(246, 245, 240, .2);
}

body {
  background: var(--fya-navy);
  color: var(--fya-copy);
  font-family: Inter, system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.entry-title {
  color: var(--fya-ink);
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
  text-transform: uppercase;
}

a { color: var(--fya-mint); }

a:hover, a:focus-visible { color: var(--fya-orange); }

.wp-block-button__link,
.ct-button {
  border-radius: 0;
  background: var(--fya-orange);
  color: var(--fya-navy-deep);
  font-family: Inter, system-ui, sans-serif;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
.ct-button:hover,
.ct-button:focus-visible {
  background: var(--fya-mint);
  color: var(--fya-navy-deep);
}

.wp-block-quote {
  border-inline-start-color: var(--fya-mint);
  color: var(--fya-ink);
}

@media (max-width: 700px) {
  h1, .entry-title { font-size: clamp(2.8rem, 12vw, 4.3rem); }
}
