/*
Theme Name: Budayantara TV
Theme URI:
Author: Rasmrq
Author URI:
Description: Theme WordPress magazine & news untuk Budayantara TV — merayakan identitas Nusantara untuk dunia.
Version: 1.4.0
Requires at least: 6.4
Tested up to: 7.0
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: budayantara
Tags: news, blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--budayantara-primary: #0f5132;
	--budayantara-secondary: #1b7a4d;
	--budayantara-gold: #c9a227;
	--budayantara-gold-soft: #e8c766;
	--budayantara-ink: #121212;
	--budayantara-paper: #fafaf7;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--budayantara-paper);
	color: var(--budayantara-ink);
	font-family: Inter, "Plus Jakarta Sans", system-ui, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
	color: #000;
}
