/*
Theme Name:        Dhivehi Reef
Theme URI:         https://example.mv/dhivehi-reef
Author:            Dhivehi Reef
Author URI:        https://example.mv
Description:       ދިވެހި — A right-to-left (RTL) Thaana WordPress theme built with Tailwind CSS. REST API ready, fully Gutenberg / block-editor compatible, SEO-first, mobile-first, with built-in dark & light modes. Uses the MV Typewriter typeface.
Version:           1.0.0
Requires at least: 6.2
Tested up to:      6.5
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       dhivehi-reef
Tags:              translation-ready, rtl-language-support, full-site-editing, block-styles, wide-blocks, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, editor-style, blog, news
*/

/*
 * The visual styling for this theme is compiled by Tailwind CSS into
 *   /assets/css/main.css
 * and enqueued from functions.php. This file holds the required theme
 * header (above) plus a tiny critical fallback so the @font-face and core
 * tokens exist even before the compiled stylesheet loads.
 */

@font-face {
  font-family: "MV Typewriter";
  src: url("https://dhivehi.mv/fonts/data/df/mvtyper.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --c-bg: 251 247 239;
  --c-ink: 13 59 62;
}
.dark {
  --c-bg: 6 24 28;
  --c-ink: 234 244 242;
}

html { background-color: rgb(var(--c-bg)); }
body {
  font-family: "MV Typewriter", "MV Waheed", "Faruma", sans-serif;
  color: rgb(var(--c-ink));
}
