/*
 Theme Name:   Valdivian
 Theme URI:    https://valdivian.calummaui.com/
 Description:  
 Template:     bricks
 Author:       Calumma UI
 Author URI:   https://calummaui.com
*/

/* Fonts */
@font-face {
  font-family: "Inter";
  src: url("/wp-content/fonts/Inter-Bold.woff2") format("woff2"),
    url("/wp-content/fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

*,
html,
body {
	overscroll-behavior: none !important;
	-webkit-tap-highlight-color: transparent;
}

/* Transitions */
.not-set {
	transition: var(--transition-global);
}

/* General */
/* Highlight */
::-moz-selection {
	color: ;
	background: ;
}
::selection {
	color: ;
	background: ;
}

/* Focus */
:focus-visible {
}

/* Full Height */
.not-set {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

/* Link Wrapper */
.link-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
}

/* No Wrap */
.not-set {
  	white-space: nowrap;
}

/* Wrap */
.wrap-text {
  	text-wrap: balance;
}

/* Will Change */
.not-set {
  	will-change: transform;
}

/* Screen Reader Only */
.not-set {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
}

/* Cursor Default */
.not-set {
	cursor: default;
}

/* Pointer Events */
.not-set {
	pointer-events: none;
}

/* Buttons */
button {
	background: inherit;
}

/********** Responsive **********/
/* Mobile landscape */
@media (min-width: 480px) {
}

/* Tablet portrait */
@media (min-width: 600px) {
}

/* Tablet landscape */
@media (min-width: 801px) {
}

/* Laptop */
@media (min-width: 1025px) {
}

/* Desktop */
@media (min-width: 1281px) {
}
