/*
Theme Name: Custom Letter&Beeld Theme
Template: astra
Version: 1.0.0
*/

/* Adobe fonts */
.mundial{
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Variables */
:root {
  --brand-primary: #4F5F0A;
  --brand-primary-light: #C2D089;
  --brand-secondary: #C6A530;
  --brand-secondary-light: #ECE2BC;
  --bg-lightgrey: #F3F2F1;
  --neutral-dark: #090808;
  --neutral-light: #fff;
}

html, body{
  /* overflow-x: hidden !important; */
  overflow-x: clip;
  overflow-y: visible;
}

body{
    background-color: #fff !important;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
  font-family: "mundial", sans-serif !important;
  font-weight: 700 !important;
  /* color: hotpink !important; */
}

h1::after, h2:after, h3:after, h4:after, h5:after, h6:after{
  content: ".";
  color: var(--brand-secondary);
}

p{
  margin: 0 !important;
}

/* Single post */
.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.ast-article-single{
  padding: 0 !important;
}

.ast-container .content-area{
    margin: 0 !important;
}

.elementor-location-footer{
  background-color: #fff;
}

/* back to top button */
.ast-scroll-to-top-right{
  background-color: var(--brand-primary) !important;
}