/*
Theme Name: Recycle4Charity
Theme URI: https://recycle4charity.org
Author: Recycle4Charity
Author URI: https://recycle4charity.org
Description: A tech-for-good WordPress theme for Recycle4Charity — secure IT disposal for London business, with refurbished devices going to digitally-excluded people. Built on Bootstrap 5.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recycle4charity
Tags: charity, business, bootstrap, custom-menu, featured-images, translation-ready
*/

/* =========================================================
   BRAND TOKENS (CSS variables)
   Меняй цвета бренда здесь.
   ========================================================= */
:root {
  --r4c-green: #1F8A53;   /* эко / основной */
  --r4c-green-dark: #166A40;
  --r4c-blue: #11324D;    /* доверие / безопасность данных */
  --r4c-accent: #F2994A;  /* тёплый акцент / человеческая сторона */
  --r4c-bg: #F7F9F8;      /* светлый фон */
  --r4c-text: #15201B;    /* основной текст */
  --r4c-muted: #5C6B63;
  --r4c-border: #E2E8E4;
}

/* =========================================================
   BASE
   ========================================================= */
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--r4c-text);
  background: var(--r4c-bg);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: "Manrope", "Inter", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--r4c-blue);
}

a { color: var(--r4c-green); }
a:hover { color: var(--r4c-green-dark); }

/* Skip link for accessibility */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: .5rem 1rem;
  z-index: 1080;
}
.skip-link:focus { left: 1rem; }
