@font-face {
  font-family: 'Mulish';
  src: url(../fonts/Mulish-VariableFont_wght.ttf);
}

@font-face {
  font-family: 'Against';
  src: url(../fonts/against_regular.ttf);
}

html {
  /* font-size: min(max(2vw, 16px),22px); */
  font-size: max(16px,min(1vw,44px));
}

body {
}

*::selection{
  background: #B19367; /*it's also used in other file, search for /*aki-brown*/;
  color: #fff;
}

/* google recaptcha badge */
.grecaptcha-badge{
  z-index: 9999;
  opacity: 0.3;
  transition: opacity 0.5s;
}
.grecaptcha-badge:hover{
  opacity: 1;
}