@font-face {
  font-family: "Lobster";
  src: url("../font/LobsterTwo-Bold.ttf");
}
@font-face {
  font-family: "Caladea";
  src: url("../font/Caladea-Regular.ttf");
}
@font-face {
  font-family: "bahnschrift";
  src: url("../font/BAHNSCHRIFT.TTF");
}
@font-face {
  font-family: "acumin";
  src: url("../font/Acumin-Variable-Concept.ttf");
}
:root {
  --mainColor: black;
  --greyFont: rgb(124, 124, 124);
  --greyBack: rgb(179, 179, 179);
  --fontWrite: "Lobster";
  --fontLink: "bahnschrift";
  --fontSerif: "Caladea";
  --fontParag: "acumin";
}

html {
  font-size: 15px;
  font-family: sans-serif;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

h1.page_title {
  text-align: left !important;
  font-size: 2rem;
  font-weight: bold;
  font-family: "bahnschrift";
}

.content_standard,
h1.page_title {
  padding: 0;
  font-family: "acumin";
  width: 60rem;
  margin: 1rem auto 1rem auto;
  max-width: 90%;
}
.content_standard p,
h1.page_title p {
  margin: 1.7rem 0 1.7rem 0;
  line-height: 190%;
  font-size: 1.1rem;
}
.content_standard a,
h1.page_title a {
  color: blue;
  text-decoration: underline;
}

/* .pagination{
    text-align: center;
    .nav-links{
        margin: auto;
        a, span{
            padding: 0.2rem;
        }
        a{
            border: 1px solid black;
        }
    }
} */
/* iframe[src*="youtube."]{
    width:100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
} */
/* .content img[class*="wp"]{
    object-fit: contain !important;
    height: auto;
} */
/* IN THE CONTENT */
.wp-block-quote {
  border-left: 1px solid var(--greyFont);
  margin-left: 0;
  padding-left: 1rem;
}
.wp-block-quote p {
  margin: 0;
}

.content__wp_the_content h2,
.content__wp_the_content h3,
.content__wp_the_content h4 {
  font-weight: bold;
  line-height: 200%;
}
.content__wp_the_content h2 {
  font-size: 1.5rem;
}
.content__wp_the_content h3 {
  font-size: 1.25rem;
}
.content__wp_the_content h4 {
  font-size: 1.15rem;
}
.content__wp_the_content p {
  margin-top: 0;
}/*# sourceMappingURL=main.css.map */