/*!
Theme Name: WordPressify
Theme URI: https://www.wordpressify.co
Author: Luan Gjokaj
Author URI: https://www.riangle.com
Description: WordPressify default theme.
Version: 1.0
Tags: responsive, clean, minimal, modern, wordpressify
*/

:root {
  --color-primary: var(--wp--preset--color--accent-1);
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter Tight", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

span {
    font-family: "Geist", sans-serif;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
}

pre,
code,
kbd,
samp,
blockquote,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul li,
ol li {
  margin: 0;
  padding: 0;
  color: #3a3a3a;
  font-weight: 400;
  

}

pre,
code,
kbd,
samp,
blockquote,
p,
h1,
h2,
h3,
h4,
h5,
h6
{
    margin-bottom: 20px;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

button,
input,
a,
img,
svg,
svg * {
  transition: all 0.3s ease;
}

strong,
b {
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */

.page-content {
  padding: 140px 0 80px 0;
	
	@media(min-width:768px){
		padding: 80px 0;
	}
}

h3.wp-block-heading.has-text-align-center.anim-fade-right.aos-init.aos-animate
 {
    font-family: 'Inter Tight';
    font-weight: 400;
}

.accordion-body ul{
  margin-left: 20px;
}
body{
  max-width: 100vw;
  overflow-x: clip;
}
#acf-slider{
  max-width: 100vw;
  overflow-x: clip;
}