/**
 * PBS Customizations
 */

h1 {
    /* font-size: 3.5rem; */ /* 56px */
    font-size: clamp(2.5rem, 1.784rem + 2.39vw, 3.5rem);
    /* line-height: .85; */
	line-height: 1.1;
	letter-spacing: -0.04rem;
}

h2 {
    font-size: 2.438rem; /* 39px */
    line-height: 1.2;
    letter-spacing: -0.04rem;
}

h3 {
    font-size: 2.063rem; /* 33px */
    line-height: 1;
    letter-spacing: -0.02rem;
}

h4 {
    font-size: 1.75rem; /* 28px */
    line-height: 1.5;
    letter-spacing: -0.02rem;
}

h5{
    font-size: 1.375rem; /* 22px */
    line-height: 1.5;
    letter-spacing: -0.02rem;
}

h6 {
    font-size: 1.188rem; /* 19px */
    line-height: 1.5;
    letter-spacing: -0.02rem;
    margin: 0;
}

/**
 * PBS Specific Font Faces
 */
 @font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.eot');
	src: url('fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Inter-Regular.woff') format('woff'),
		 url('fonts/Inter-Regular.ttf') format('truetype'),
		 url('fonts/Inter-Regular.svg#Inter-Regular') format('svg');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Medium.eot');
	src: url('fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Inter-Medium.woff') format('woff'),
		 url('fonts/Inter-Medium.ttf') format('truetype'),
		 url('fonts/Inter-Medium.svg#Inter-Medium') format('svg');
	font-style: normal;
	/* font-weight: normal; */
	font-weight: 500;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-SemiBold.eot');
	src: url('fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Inter-SemiBold.woff') format('woff'),
		 url('fonts/Inter-SemiBold.ttf') format('truetype'),
		 url('fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
	font-style: normal;
	/* font-weight: normal; */
	font-weight: 600;
}
@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Bold.eot');
	src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Inter-Bold.woff') format('woff'),
		 url('fonts/Inter-Bold.ttf') format('truetype'),
		 url('fonts/Inter-Bold.svg#Inter-Bold') format('svg');
	font-style: normal;
	/* font-weight: normal; */
	font-weight: bold;
}

/**
 * Color Definitions
 *
 * Background : #F5F5F5
 * System / White : #FFFFFF     (Text)
 * Neutral / 600 : #4B5768      (Text)
 * Neutral / 700 : #323A46      (Text)     
 * Neutral / 50 : #F7F8F9       (Background)
 * Dark Mode / 600 : #272A31
 *
 * Main Colors / Dark Blue : #172D3F
 * Main Colors / Light Blue : #213E56
 * Main Colors / Lime Green : #57BB5F
 * Main Colors / Mr. Toad : #46A94E
 *
 * Additional Colors / Turquoise : #71CCD4
 *
 * Label/Tag Blue : #1C4177
 * Label/Tag Green : #409C46
 *
 */

/* Font Size Clamp Track: 480px (smallest) - 1150px (largest)

/* Breakpoints */
/* Phone (320px and down) */
/* @media (max-width: 320px) {} */

/* Tablet (768px and down) */
/* @media (max-width: 768px) {} */

/* Tablet 2 (1024px and down) */
/* @media (max-width: 1024px) {} */