/*
* Basics
*/
/*@use 'variables' as *;

@font-face {
	font-family: 'barlow';
	src: url($font_path + 'barlow/Barlow-Regular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}*/
a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

section {
  position: relative;
}

#viewport {
  height: 100%;
  min-height: 100lvh;
}
#viewport #pageWrapper #pageContent {
  will-change: transform;
}

.cbg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cobj {
  object-fit: cover;
  object-position: center center;
}

/*
* Templates
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}