/* Core styles can be used any where you need a generic HTML block */
@font-face {
    font-family: festivo;
    src: url('/includes/client_public/assets/shared/fonts/3AAD91_0_0.woff');
}

@font-face {
    font-family: festivo-inline;
    src: url('/includes/client_public/assets/shared/fonts/Ahmet-Altun-FestivoLC-Inline.woff');
}

/* Fonts.com */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=f86c4e00-f47c-4665-9e6a-9e68f0483b79&fontids=6255565,6255604,6255640");
@font-face{
	font-family:"Palmer Lake Print W00 Regular";
	src:url("/includes/client_public/assets/shared/fonts/6201580/d20b708b-db07-43f8-9582-b84d2e5f8105.woff2") format("woff2"),url("/includes/client_public/assets/shared/fonts/6201580/b2c6f3c5-05c0-499a-b26c-80894830424b.woff") format("woff");
}
@font-face{
	font-family:"Acumin W01 Bold";
	src:url("/includes/client_public/assets/shared/fonts/6255565/7fe96f2a-a3d7-4bfe-9681-cd476c31b937.woff2") format("woff2"),url("/includes/client_public/assets/shared/fonts/6255565/1e307a54-f4e6-43c2-9ac0-1035415559b5.woff") format("woff");
}
@font-face{
	font-family:"Acumin W01 Light";
	src:url("/includes/client_public/assets/shared/fonts/6255604/9552d03f-b161-4b8c-8a15-4b2278dc2ed5.woff2") format("woff2"),url("/includes/client_public/assets/shared/fonts/6255604/9cb64ccc-f3e6-41f0-8f4f-a3d15dba39c2.woff") format("woff");
}
@font-face{
	font-family:"Acumin W01 Semibold";
	src:url("/includes/client_public/assets/shared/fonts/6255640/b523d30a-b154-4ca2-a189-04a10f0b7154.woff2") format("woff2"),url("/includes/client_public/assets/shared/fonts/6255640/a8192764-284b-437d-a072-6df188f4cdae.woff") format("woff");
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; 
}


body, h1, h2, h3, h4, h5, h6, p, button, input, select {
	/* TODO - change to site paragraph font */
	font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--black);
	font-family: var(--font-display);
	font-weight: var(--font-weight-normal);
}

button {
	/* TODO - change to site color */
	background-color: var(--primary-color-100);
	color: var(--primary-color-900);
}

@media (hover: hover) {
	button:hover {
		/* TODO - change to site color */
		background-color: var(--primary-color-200);
	}
}

a {
    color: var(--black);
    font-family: var(--font-body-semibold);
    text-decoration: underline;
}

@media (hover: hover) {
	a:hover {
		text-decoration: underline;
	}
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
	color: var(--black);
    font-family: var(--font-display);
    font-style: normal; 
    font-size: 35px; 
    line-height: 1.057em; 
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; 
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
    font-family: var(--font-display-script);
    font-style: normal; 
    font-size: 45px; 
    line-height: .555em; 
    margin-bottom: var(--space-5);
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
    font-family: var(--font-display);
    font-style: normal; 
    font-size: 23px; 
    line-height: 1.086em;  
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
    font-family: var(--font-body-semibold);
    font-size: 20px; 
    line-height: 1.2em; 
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
    font-family: var(--font-body-semibold);
    font-size: 18px; 
    line-height: 1.222em; 
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
    font-family: var(--font-body-semibold);
    font-size: 16px; 
    line-height: 1.187em; 
    margin-bottom: 10px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) p {
    font-family: var(--font-body);
    font-size: 18px; 
    line-height: 1.555em; 
    margin-bottom: 25px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) a {
    color: #000000;
    font-family: var(--font-body-semibold);
    transition: all ease 0.4s; /* only affects color changes */
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote {
	margin: var(--space-12) 0;
	padding: var(--space-6) var(--space-8);
	border-left: 4px solid var(--primary-color-500);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) blockquote > p {
	margin: 0;
	font-size: var(--text-2xl);
	font-style: italic;
	line-height: var(--leading-snug);
	color: var(--gray-600);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table) {
	margin-bottom: 0;
	table-layout: auto;
	border-collapse: collapse;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tbody tr td, table tr td) {
    color: var(--black);
    font-family: var(--font-body);
	font-size: 18px; 
    line-height: 1.555em; 
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(td, tr) {
	font-family: var(--font-body);
	font-size: var(--text-base);
	line-height: var(--leading-normal);
	padding: var(--space-2);
	border: 1px solid var(--gray-500);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table td) {
    border: 1px solid var(--black);
    padding: 5px 8px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(table tr):nth-of-type(even){
	background-color: var(--off-white);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol, dl) {
    margin-bottom: 20px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul li, ol li) {
    color: #000000;
    font-size: 18px; 
    line-height: 1.555em;
}


:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul, ol):not([class*="block-grid-"]) li {
	font-family: var(--font-body);
	line-height: var(--leading-normal);
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul) {
	list-style-type: disc;
	margin-left: 40px;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ol) {
	list-style-type: decimal;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul li ul) {
	list-style-type: circle;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul ul ul) {
	list-style-type: square;
}

:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(ul li ul, ul li ol, ol li ol) {
	margin-left: var(--space-5);
}

:is(h1, h2, h3, h4, h5, h6) > a,
:is(.core-styles, .contentRender_name_plugins_core_textbox) :is(h1, h2, h3, h4, h5, h6) > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}


@media screen and (min-width: 64em) {
	:is(.core-styles, .contentRender_name_plugins_core_textbox) h1 {
        font-size: 65px; 
        line-height: 1em; 
    }
    
    :is(.core-styles, .contentRender_name_plugins_core_textbox) h2 {
        font-size: 75px; 
        line-height: .533em; 
    }
    
    :is(.core-styles, .contentRender_name_plugins_core_textbox) h3 {
        font-size: 32px; 
        line-height: 1.031em; 
    }
    
    :is(.core-styles, .contentRender_name_plugins_core_textbox) h4 {
        font-size: 23px; 
        line-height: 1.130em; 
    }
    
    :is(.core-styles, .contentRender_name_plugins_core_textbox) h5 {
        font-size: 20px; 
        line-height: 1.105em; 
    }
    
    :is(.core-styles, .contentRender_name_plugins_core_textbox) h6 {
        font-size: 18px; 
        line-height: 1.111em; 
    }
    
    :is(.core-styles, .contentRender_name_plugins_core_textbox) p {
        font-size: 18px; 
        line-height: 1.555em; 
    }
}