/*
====================================
 Theme Name:   Easythumbnail's Theme
 Theme URI:    https://easythumbnail.ai/
 Description:  Yasin's GP Theme
 Author:       Muhammad Yasin
 Author URI:   https://easythumbnail.ai/
 Template:     generatepress
 Version:      0.1
====================================
*/


/* =========================
   TYPOGRAPHY
========================= */

/* Font Family Utilities */
.ff-body {
    font-family: var(--gp-font--body);
}

.ff-heading {
    font-family: var(--gp-font--headings);
}

/* Heading and utility class font assignment */
h1, h2, h3, h4, h5, h6,
[class^="fs-"] {
    font-family: var(--gp-font--headings);
}

.fs-p {
    font-family: var(--gp-font--body);
}


/* =========================
   FLUID TYPOGRAPHY SCALE
========================= */

/* Fluid Typography Scale */

h1, .fs-h1 {
	font-size: clamp(3.375rem, 3.2722rem + 0.4111vi, 3.6011rem);
}

h2, .fs-h2 {
	font-size: clamp(2.5313rem, 2.4542rem + 0.3084vi, 2.7008rem);
}

h3, .fs-h3 {
	font-size: clamp(2.1094rem, 2.0451rem + 0.257vi, 2.2507rem);
}

h4, .fs-h4 {
	font-size: clamp(1.6875rem, 1.6361rem + 0.2056vi, 1.8006rem);
}

h5, .fs-h5 {
	font-size: clamp(1.4063rem, 1.3634rem + 0.1713vi, 1.5005rem);
}

h6, .fs-h6 {
	font-size: clamp(1.2656rem, 1.2271rem + 0.1542vi, 1.3504rem);
}

p, .fs-p {
	font-size: clamp(1.0544rem, 1.0222rem + 0.1284vi, 1.125rem);
}