@charset "UTF-8";
/*
Theme Name: Arcarius
Author: Sebastian Szumała
Author URI: https://parusdesign.pl/
Template: hello-elementor
Text Domain: Arcarius
Version: 1.0
*/
/* line 40, style.scss */
html, body {
  background: #F2F2F2;
  color: #252428;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: stolzl, sans-serif, Roboto, sans-serif;
  font-style: normal;
  font-size: 1.2vw;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 55, style.scss */
* {
  box-sizing: border-box;
  z-index: 1; }

/* line 59, style.scss */
*:before, *:after {
  box-sizing: inherit; }

/* line 62, style.scss */
.page-main-content {
  background: #F2F2F2;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  z-index: 1; }

/* line 73, style.scss */
.page-content {
  margin: 0; }

/* line 76, style.scss */
.noscroll {
  overflow: hidden; }

/* line 79, style.scss */
h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 99; }

/* line 88, style.scss */
.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
