/*
Theme Name: Oligo Basics
Theme URI: https://oligobasics.com.br
Description: This is a theme developed to Oligo Basics needs, created by Anderson Ribeiro
Author: Anderson Ribeiro
Template: hello-elementor
Author URI: https://andribeiro.dev
Version: 1.0.0
Text Domain: hello-elementor
*/

/* Add your custom styles here */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
}

html {
    font-size: 62.5%;  	
  	scroll-behavior: smooth!important;


}

html.lenis {
   
  height: auto !important;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;

}

body {
  overscroll-behavior: none;
	
}

:target::before {
  content: "";
  display: block;
  height: 115px;
  margin-top: -115px;
}

@media (max-width: 768px) {
  :target::before {
    height: 70px;     /* altura do header no mobile */
    margin-top: -70px;
  }
}