/*
 Theme Name:   JF Theme
 Theme URI:    https://generatepress.com
 Description:  James's child theme
 Author:       James Fletcher
 Author URI:   https://www.jamesfletcher.co.uk
 Template:     generatepress
 Version:      0.1
*/


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

/* Font Family Utilities */
body, .fs-p {
    font-family: "greycliff-cf", sans-serif;
	font-weight: 400;	
}

/* Heading and utility class font assignment */
h1, h2, h3, h4, h5, h6,
[class^="fs-"] {
	font-weight: 900;
	letter-spacing: -0.08rem;
}

/* =========================
   FLUID TYPOGRAPHY SCALE
   Source: https://theadminbar.com/simple-responsive-font-size-calculator/
========================= */

h1, .fs-h1 {
	font-size: clamp(3.375rem, 2.4269rem + 3.7923vw, 5.4608rem);
	line-height: clamp(3.375rem, 2.4269rem + 3.7923vw, 5.4608rem);
}

h2, .fs-h2 {
	font-size: clamp(1.9688rem, 1.9088rem + 0.2398vw, 2.1007rem);
}

h3, .fs-h3 {
	font-size: clamp(1.6406rem, 1.5907rem + 0.1999vw, 1.7505rem);
}

h4, .fs-h4 {
	font-size: clamp(1.6875rem, 1.5341rem + 0.6136vw, 2.025rem);
}

h5, .fs-h5 {
	font-size: clamp(1.4063rem, 1.2784rem + 0.5114vw, 1.6875rem);
}

h6, .fs-h6 {
	font-size: clamp(1.2656rem, 1.1506rem + 0.4602vw, 1.5188rem);
}

p, .fs-p {
	font-size: clamp(0.9375rem, 0.8523rem + 0.3409vw, 1.125rem);
	margin-bottom: 0.9rem;
}

p + h2, p + h3 {
  margin-top: clamp(1.5rem, 2vw, 2.5rem);
}


/* =========================
   STICKY FOOTER
========================= */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}
