@import "./assets/styles/index.css";

/*
Theme Name: MDS-Multiple-Theme
Text Domain: MDS-Multiple-Theme
Version: 1.0
Description: Theme for MDS-Multiple-Theme
Tag: responsive, custom, multiple
Author: Derek Dalton
Author URI: https://multipleinc.com/
*/
/* 
Global css 
*/

html {
  margin-top: 0 !important;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: var(--noninteractive-background-primary-inverse);
}

*,
*:before,
*:after {
  box-sizing: inherit;
  text-wrap: pretty;
}

body {
  opacity: 0;
  margin: 0;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;

  -webkit-text-size-adjust: 100%;
}

/* body {
  scrollbar-gutter: stable;
} */

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

#wpadminbar {
  display: none;
}

.block {
  display: block;
}

.hover-underline-animation-child,
.hover-underline-animation {
  position: relative;
}

/* text-decoration: underline; */
/* text-decoration-skip-ink: none; */
/* text-underline-offset: .2rem; */

.parent.hover-underline-animation:hover .hover-underline-animation-child,
.hover-underline-animation:hover {

  text-decoration-color: currentColor;
  text-decoration-thickness: 6%;
  transition: text-decoration-color 0.15s ease;
}

.parent.hover-underline-animation:hover,
.parent.hover-underline-animation {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 11%;
  text-decoration-thickness: 6%;
  transition: text-decoration-color 0.3s ease;
}

html {
  font-size: 10px;
}

/* body * {
  color: red !important;
} */