@font-face {
  font-family: 'FoundersGrotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-regular.woff2") format("woff2"), 
	url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-regular.woff") format("woff"); 
}

@font-face {
  font-family: 'FoundersGrotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-medium.woff2") format("woff2"), 
	url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-medium.woff") format("woff"); 
}

@font-face {
  font-family: 'FoundersGrotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-semibold.woff2") format("woff2"), 
	url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-semibold.woff") format("woff"); 
}

@font-face {
  font-family: 'FoundersGrotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-bold.woff2") format("woff2"), 
	url("//ctycms.com/ga-arts-atlanta/founders-grotesk-web-bold.woff") format("woff"); 
}

.font-medium { font-weight:500; }
.font-semibold { font-weight:600; }
.font-bold { font-weight:700; }

/* Type */

html {
  font-size: 16px; /* 16 is default for most browsers*/
}
@media screen and (min-width: 320px) {
  html { font-size: 130%; }
}
@media screen and (min-width: 992px) {
  html { font-size: 130%; }
}
@media screen and (min-width: 1200px) {
  html { font-size: 130%; }
}
@media screen and (min-width: 1400px) {
  html { font-size: 140%; }
}
@media screen and (min-width: 1800px) {
  html { font-size: 150%; }
}

body {
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;*/
  line-height:1.3;
  font-family: 'FoundersGrotesk',sans-serif; 
  color:var(--cty-aeblack);
}

h2.on-detail { color:inherit; }


/* global typography */

h1,h2,h3,h4,h5,h6 { text-wrap:balance; line-height:1.1; }

h1 { font-size: 2.33rem; font-weight:400; margin-top:0px; margin-bottom: 1rem; }
h2 { font-size: 1.6rem; font-weight:400; margin-top:1rem; margin-bottom: 1rem; }
h3 { font-size: 1.2rem; font-weight:500; margin-top:1rem; margin-bottom: 1rem; } 

h2.on-detail { font-size: 0.85rem; font-weight:700; margin-top:1.5rem; margin-bottom: 1rem; text-transform:uppercase; letter-spacing:0.050rem; }

p, li { font-size:1rem; line-height:1.4; }
ul { list-style-type:square; }
li { margin-bottom:0.25rem; } /* I like to differentiate between line height and items */
p.intro,p.lead { font-weight:inherit; font-size:1.2rem; line-height:1.4; }

p > b, p > strong { font-weight:500; }

label { color:inherit; }

hr { margin-top: 2rem; margin-bottom: 2rem; border: 0; border-top-color: currentcolor; border-top-style: none; border-top-width: 0px; border-top: 1px solid rgba(0,0,0,.1); opacity:1; }

hr.clearing-spacer { clear:both; background-color:inherit; border:0px; opacity:1; }

a { color:inherit; text-decoration:underline; }
a:hover { color:inherit; text-decoration:underline; }

/* blockquote */

figure figcaption, .rx-content figure figcaption { color:#555; font-size:0.75rem; }

blockquote, .rx-content blockquote {
  position: relative;
  background: white;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0rem 2rem 0rem 0rem;
  font-size: 1.25rem;
  font-style: italic;
  line-height:1.2;
}

blockquote p.cite {
  text-wrap:balance;
  line-height:1.1;
}


blockquote cite {
  font-style: normal;
  font-weight: normal;
  font-size:0.8rem;
  color:#555;
}

/* buttons */

.btn-brand { 
  background-color:transparent; 
  border:0px solid var(--cty-alink); 
  color:var(--cty-alink);
  font-size:1.3rem; font-weight:400; text-transform:none; letter-spacing:0.0rem; 
  margin: 4px 2px 4px 0px; 
  padding: 0; 
  transition:var(--cty-transition-hover); 
  text-decoration:none; 
}
.btn-brand:hover { 
  background-color:transparent; 
  border-color:transparent;  
  color:var(--cty-ahover);
  text-decoration:none; 
}
.add-arrow::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f178";
  padding-left:8px;
}



.btn-outline-brand { 
  background-color:white; 
  border:1px solid var(--cty-alink); 
  color:var(--cty-alink); 
  font-size:0.8rem; font-weight:400; text-transform:uppercase; letter-spacing:0.100rem; 
  margin: 4px 2px 4px 0px; 
  padding: .375rem .75rem; 
  transition:var(--cty-transition-hover);  
  text-decoration:none; 
}
.btn-outline-brand:hover { 
  background-color:var(--cty-ahover); 
  border-color:var(--cty-ahover); 
  color:white; 
  text-decoration:none; 
}

.btn-brand-pill { 
  background-color:var(--cty-alink); 
  border:1px solid var(--cty-alink);  
  color:white; 
  font-size:0.8rem; font-weight:400; text-transform:uppercase; letter-spacing:0.100rem; 
  border-radius:20px; 
  margin: 4px 2px 4px 0px; 
  padding: .275rem 1rem; 
  transition:var(--cty-transition-hover);  
  text-decoration:none; 
}
.btn-brand-pill:hover {  
  background-color:var(--cty-ahover); 
  border-color:var(--cty-ahover); 
  color:white; 
  text-decoration:none; 
}

.btn-outline-brand-pill { 
  background-color:white; 
  border:1px solid var(--cty-alink); 
  color:var(--cty-alink); 
  font-size:0.8rem; font-weight:400; text-transform:uppercase; letter-spacing:0.100rem; 
  border-radius:20px; 
  margin: 4px 2px 4px 0px; 
  padding: .275rem 1rem; 
  transition:var(--cty-transition-hover);  
  text-decoration:none; 
}
.btn-outline-brand-pill:hover { 
  background-color:var(--cty-ahover); 
  border-color:var(--cty-ahover); 
  color:white; 
  text-decoration:none; 
}

.btn-naked { 
  color:var(--cty-alink); 
  text-transform:uppercase; 
  letter-spacing:0.050rem; 
  margin: 4px 2px 4px 0px; 
  padding: .375rem 0rem; 
  transition:var(--cty-transition-hover);  
}
.btn-naked:hover { 
  color:var(--cty-ahover); 
}


.add-angle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\203a";
  padding-left:8px;
}



/* link box */


.lk { display:table; width:100%; margin-bottom:0.75rem; background-color:var(--cty-bg-card); padding:1rem 1rem 0.75rem 1rem; }
.lk a { text-decoration:none; color:inherit; }
.lk a:hover { text-decoration:none; color:inherit; }
.lk-arrow { display:table-cell; width:36px; vertical-align:top; font-size:1rem; line-height:1.5; color:var(--cty-alink); }
.lk-content { display:table-cell; width:auto; vertical-align:top; }
.lk-content-primary { font-size:1rem; font-weight:700; margin-bottom:0.2rem; }
.lk-content-secondary { font-size:0.9rem; }


/* button group */

.cafe-button-group { margin:1rem 0; }
.cafe-button-group button { 
  background-color:white; 
  border:1px solid var(--cty-alink); 
  color:var(--cty-alink);
  font-size:0.8rem; font-weight:700; 
  margin: 4px 2px 4px 0px; 
  padding: .375rem .75rem; 
  transition:var(--cty-transition-hover); 
  text-decoration:none; 
}
.cafe-button-group button:hover { 
  background-color:var(--cty-ahover); 
  border-color:var(--cty-ahover); 
  color:white; 
  text-decoration:none; 
}
.cafe-button-group button.button-selected { 
  background-color:var(--cty-alink); 
  border-color:var(--cty-alink); 
  color:white; 
  text-decoration:none; 
}

