@media (max-width: 680px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 24px !important;
line-height: 1.22 !important;
letter-spacing: -0.01em !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
body.single-post .entry-content > h2,
body.single .entry-content > h2,
body.page-template-default .entry-content > h2 {
font-size: 22px !important;
line-height: 1.25 !important;
letter-spacing: -0.008em !important;
}
body.single-post .entry-content > h3,
body.single .entry-content > h3,
body.page-template-default .entry-content > h3 {
font-size: 20px !important;
line-height: 1.28 !important;
}
}
@media (max-width: 380px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 22px !important;
line-height: 1.24 !important;
}
} @font-face {
font-family: "Montserrat";
src: url(//thoughtsaboutgod.com/wp-content/themes/thoughtsaboutgod2024/assets/fonts/montserrat.woff2) format("woff2");
font-style: normal;
font-weight: 100 900;
font-display: swap;
}
@font-face {
font-family: "Montserrat";
src: url(//thoughtsaboutgod.com/wp-content/themes/thoughtsaboutgod2024/assets/fonts/montserrat-italic.woff2) format("woff2");
font-style: italic;
font-weight: 100 900;
font-display: swap;
}
@font-face {
font-family: "Merriweather";
src: url(//thoughtsaboutgod.com/wp-content/themes/thoughtsaboutgod2024/assets/fonts/merriweather-regular.woff2) format("woff2");
font-style: normal;
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Merriweather";
src: url(//thoughtsaboutgod.com/wp-content/themes/thoughtsaboutgod2024/assets/fonts/merriweather-bold.woff2) format("woff2");
font-style: normal;
font-weight: 700;
font-display: swap;
}
:root {
--tag-font-body: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--tag-font-heading: "Merriweather", Georgia, serif;
--tag-color-ink: #33271f;
--tag-color-text: #5f5147;
--tag-color-muted: #776b62;
--tag-color-paper: #fffdf9;
--tag-color-canvas: #f7f6f2;
--tag-color-line: rgba(63, 49, 39, 0.13);
--tag-color-blue: #2f9ed0;
--tag-color-green: #83bd35;
--tag-color-burgundy: #7a1f1f;
--tag-content-width: 760px;
--tag-wide-width: 1240px;
--tag-radius-sm: 10px;
--tag-radius-md: 16px;
--tag-radius-lg: 24px;
--tag-shadow-soft: 0 18px 48px rgba(44, 33, 25, 0.09);
}
html {
scroll-behavior: smooth;
text-size-adjust: 100%;
}
body {
background: var(--tag-color-canvas);
color: var(--tag-color-text);
font-family: var(--tag-font-body);
font-synthesis: none;
text-rendering: optimizeLegibility;
}
img,
svg,
video {
max-width: 100%;
height: auto;
}
.tag-site-content {
min-height: 55vh;
overflow-x: clip;
}
.tag-site-content:focus {
outline: none;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}