/*Here are the 3 fonts I'm currently using
https://fonts.adobe.com/fonts/termina - Heading and Titles
<link rel="stylesheet" href="https://use.typekit.net/jom0jeh.css">
*/
/*medblue #41779c*/
#border #a1a1a1
/*Open+Sans:wght@400;600;700;800*/

/*REGULAR*/
.t-rg
{font-family: "Open Sans", sans-serif;
font-weight: 400;
font-style: normal;
}
/*MEDIUM*/
.t-md
{font-family: "Open Sans", sans-serif;
font-weight: 500;
font-style: normal;
}
/*DEMI*/
.t-dm
{font-family: "Open Sans", sans-serif;
font-weight: 500;
font-style: normal;
}
/*BOLD*/
.t-bd
{font-family: "Open Sans", sans-serif;
font-weight: 700;
font-style: normal;
}
/*HEAVY*/
.t-hv
{font-family: "Open Sans", sans-serif;
font-weight: 800;
font-style: normal;
}
/*BLACK*/
.t-bk
{font-family: "Open Sans", sans-serif;
font-weight: 800;
font-style: normal;
}

.csp-Regular
{font-family: "ff-chambers-sans-web", sans-serif;
font-weight: 400;
font-style: normal;}
.csp-Italic
{font-family: "ff-chambers-sans-web", sans-serif;
font-weight: 400;
font-style: italic;}
.csp-Bold
{font-family: "ff-chambers-sans-web", sans-serif;
font-weight: 700;
font-style: normal;}
.csp-Blk
{font-family: "ff-chambers-sans-web", sans-serif;
font-weight: 800;
font-style: normal;
}
/*

https://fonts.adobe.com/fonts/ff-chambers-sans - Price tags, body text


https://fonts.adobe.com/fonts/owners - Logotype (XBlack)
*/