@charset "UTF-8";

/*
Theme Name: Genuin Theme
Author: Divdot Code
Author URI: https://divdotcode.com
Description: Official Theme for Genuin
Requires at least: 5.3
Tested up to: 8.3
Requires PHP: 5.6
Version: 1.0
Text Domain: Genuin

*/
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
	font-family: 'Andrea Bellarosa';
	src: url('/wp-content/themes/genuin/assets/fonts/Andrea%20Bellarosa.ttf') format('truetype');
	font-display: swap;
}

.story-script-heading {
	display: block;
	font-family: 'Andrea Bellarosa', 'Times New Roman', serif;
	font-size: clamp(2.1rem, 4.4vw, 3.6rem);
	line-height: 0.95;
	color: #798976;
	text-align: center;
	width: clamp(420px, 22vw, 490px);
	margin: 0 auto;
	white-space: normal;
	text-wrap: balance;
}

@media (max-width: 767px) {
	.story-script-heading {
		font-size: clamp(2rem, 9vw, 2.8rem);
		width: min(100%, 260px);
	}
}
