/*
Theme Name: Think Tibet
Theme URI: https://thinktibet.org
Author: Think Tibet
Author URI: https://thinktibet.org
Description: Custom WordPress theme for Think Tibet — news, research and advocacy archive, in the spirit of savetibet.org.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: thinktibet
*/

/* Main stylesheet is loaded separately from assets/css/main.css via functions.php.
   This file only needs the header above for WordPress to recognize the theme,
   but we keep base resets here too so style.css alone still renders sanely. */

* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
