@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
    font-family: tiempos;
    src: url(../../../content/dam/kh-reskin/fonts/TestTiemposFine-Semibold.otf);
}

@font-face {
	font-family: athletics;
	src: url(../../../content/dam/kh-reskin/fonts/Athletics-ExtraBold.otf);
}

/* preload hover state images to prevent flicker */

body:after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    content: 
        url(../../../content/dam/kh-reskin/carat-green.svg) 
        url(../../../content/dam/kh-reskin/carat-down-green.svg) 
        url(../../../content/dam/kh-reskin/carat-down.svg) 
        url(../../../content/dam/kh-reskin/open-in-new-window-icon-green.svg);
}
/* KidsHealth.org 2023 Interim Redesign */
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 30.4rem; /* slightly smaller than iphone SE, smallest supported, (allowance for scrollbar) */
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

* {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

a, button {
	cursor: pointer;
}

/* End Reset */

html { /* prevent shift when scrollbar comes and goes 
	margin-right: calc(-1 * (100vw - 100%));*/
	overflow-y: scroll;
}

/* Override IOS15 color changes */
button {
	color: #000;
}

input[type='text'], input[type='search'] {
	background-color: #fff;
	color: #000;
}

select {
	background: #fff;
	color: #000;
}
/* Outliers - hiding things from view that should eventually be removed from the HTML */

div.separator {
	display: none;
}
