*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
hr {
  margin: 0;
  padding: 0; }

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; }

body {
  background-color: var(--color-bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
input,
select,
optgroup,
textarea {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.6;
  font-family: Lato, sans-serif;
  color: #554e49; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Jost, sans-serif;
  font-weight: 500;
  color: #554e49;
  color: #3e3732;
  font-style: normal;
  text-transform: capitalize; }

.h1,
h1 {
  font-size: 50px;
  line-height: 1.3em; }

.h2,
h2 {
  font-size: 32px;
  line-height: 1.2; }

.h3,
h3 {
  font-size: 24px;
  line-height: 1.5; }

.h4,
h4 {
  font-size: 22px;
  line-height: 1.5; }

.h5,
h5 {
  font-size: 20px;
  line-height: 1.5; }

.h6,
h6 {
  font-size: 17px;
  line-height: 1.5; }

a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 150ms ease; }
  a:focus-visible {
    outline: 2px solid #17a2b8;
    outline-offset: 2px; }
  a:hover {
    color: #17a2b8;
    text-decoration: none; }

ul,
ol {
  padding-left: 1rem; }

li {
  margin-bottom: 0.5rem; }

blockquote {
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-left: 4px solid #17a2b8;
  background-color: #f8f9fa;
  font-style: italic; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600; }

code,
kbd,
samp,
pre {
  font-family: "Fira Code", "Consolas", "Monaco", monospace;
  font-size: 0.875rem; }

code {
  padding: 0.25rem 0.5rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem; }

pre {
  padding: 1.5rem;
  margin: 2rem 0;
  overflow-x: auto;
  background-color: #343a40;
  color: #f8f9fa;
  border-radius: 0.75rem; }
  pre code {
    padding: 0;
    background-color: transparent; }

hr {
  border: 0;
  height: 1px;
  background-color: #dee2e6;
  margin: 3rem 0; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

figure {
  margin: 2rem 0; }

figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #8b9cad;
  text-align: center; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit; }

button {
  cursor: pointer; }

[hidden] {
  display: none !important; }

::selection {
  background-color: #17a2b8;
  color: #ffffff; }

:focus-visible:focus-visible {
  outline: 2px solid #17a2b8;
  outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
[dir="rtl"] blockquote {
  padding-left: 0;
  padding-right: 1rem;
  border-left: none;
  border-right: 4px solid #17a2b8; }
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding-left: 0;
  padding-right: 2rem; }
[dir="rtl"] .wp-block-quote {
  padding-left: 0;
  padding-right: 1rem;
  border-left: none;
  border-right: 4px solid #17a2b8; }

/*# sourceMappingURL=base.css.map */
