/*
Theme Name: This Is Where We're From
Theme URI: https://thisiswherewearefrom.com
Author: This Is Where We're From
Author URI: https://thisiswherewearefrom.com
Description: A lively, photography-first classic WordPress theme for "This Is Where We're From" — a participatory photography project for young people in Kibera, Nairobi, built on the equitable distribution of storytelling power. Big playful display type, a single amber accent, editable background templates, photographer profiles with favourite photos, quotes and audio notes, and a fully editable homepage.er accent, and the young photographers' work front and centre. Includes a flexible hero (image / video / PDF zine), custom-font controls in the dashboard, Participant and Photograph post types, and a filterable gallery with lightbox.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tiwwf
Tags: photography, portfolio, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, two-columns
*/

/*
  NOTE: The full component stylesheet lives in assets/css/theme.css (enqueued by functions.php).
  This file carries the WordPress theme header above and a STATIC :root fallback below,
  used only before the runtime CSS-variable generator (tiwwfx_design_css) runs.
  The brand palette is locked: amber #FBB03B is the only accent; everything else is greyscale.
*/

:root{
  --amber:#FBB03B;
  --ink:#0F0F0F;
  --smoke:#171717;
  --smoke-2:#202020;
  --text:#EDE9E0;
  --text-strong:#FFFFFF;
  --mute:#9a9a9a;
  --mute-2:#6f6f6f;
  --line:rgba(255,255,255,.12);
  --line-2:rgba(255,255,255,.24);
  --on-amber:#1a1a1a;
  --fd:'Fredoka', system-ui, sans-serif;
  --fb:'Hanken Grotesk', system-ui, sans-serif;
  --radius:4px;
  --base:17px;
}
