:root {
--light-blue: #EEF6F9;
--text-heading-color: #0D2056;
--text-body-color: #1D1C1E;
--text-line-height-sm: 1.2;
--text-line-height-md: 1.5;
--text-line-height-lg: 1.6;
--text-heading-lg: 52px;
--text-heading-md: 40px;
--text-heading-sm: 34px;
--text-heading-xs: 24px;
--text-body-xxl: 26px;
--text-body-xl: 24px;
--text-body-lg: 20px;
--text-body-md: 16px;
--text-body-sm: 15px;
}
@media (max-width: 1024px) {
:root {
--text-heading-lg: 46px;
--text-body-xxl: 24px;
--text-body-xl: 23px;
}
}
@media (max-width: 768px) {
:root {
--text-heading-lg: 42px;
--text-heading-md: 36px;
--text-heading-sm: 30px;
--text-heading-xs: 24px;
--text-body-xxl: 22px;
--text-body-xl: 20px;
--text-body-lg: 18px;
--text-body-md: 16px;
--text-body-sm: 14px;
}
}
@media (max-width: 480px) {
:root {
--text-heading-lg: 38px;
--text-heading-md: 32px;
--text-heading-sm: 28px;
--text-body-xxl: 20px;
--text-body-xl: 18px;
--text-body-lg: 17px;
--text-body-md: 15px;
--text-body-sm: 12px;
}
}
* {
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
}
img {
vertical-align: middle;
}
body {
margin: 0;
padding: 0;
font-family: 'Figtree', sans-serif;
box-sizing: border-box;
}
.section {
padding-top: 6rem;
padding-bottom: 6rem;
color: var(--text-body-color);
}
.sectionHeader {
text-align: center;
margin: 0 auto 3rem auto;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.flexContent {
display: flex;
justify-content: space-between;
}
.hero {
padding-top: 12rem;
padding-bottom: 8rem;
}
.bgLightBlue {
background-color: var(--light-blue);
}
h1 {
font-size: var(--text-heading-lg);
line-height: var(--text-line-height-md);
font-family: 'Sora', sans-serif;
font-weight: 400;
color: var(--text-heading-color);
margin: 0 0 1.2rem 0;
}
h2 {
font-size: var(--text-heading-md);
line-height: var(--text-line-height-md);
font-family: 'Sora', sans-serif;
font-weight: 400;
color: var(--text-heading-color);
margin: 0 0 1rem 0;
}
h3 {
font-size: var(--text-heading-sm);
line-height: var(--text-line-height-md);
font-family: 'Sora', sans-serif;
font-weight: 400;
color: var(--text-heading-color);
margin: 0 0 0.75rem 0;
}
h4 {
font-size: var(--text-heading-xs);
}
p {
margin: 0;
font-size: var(--text-body-lg);
line-height: var(--text-line-height-lg);
}
.highlightItalic {
font-family: "Literata", serif;
font-style: italic;
}
.opacity60 {
opacity: 0.6;
}
.opacity80 {
opacity: 0.8;
}
.opacity90 {
opacity: 0.9;
}
#customZendeskButton {
font-size: 12px;
text-transform: none;
cursor: pointer;
}