@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&display=swa');

:root {
  font-family: 'Klee One';
  --natural-bl: #046eb4;
  --font-white: #f9f9f9;
  --natural-bk: #303030;

  color: var(--natural-bk);
  background-color: var(--font-white);
  background-image: linear-gradient(#ffffffaf, #ffffffaf), url('./washi.jpg');
  background-repeat: repeat;
  background-size: 1000px;
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  text-decoration: none;
}

button:active,
a:active {
  background-color: transparent !important;
}

.klee-one-semibold {
  font-family: 'Klee One', cursive;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-size: 1.4rem;
  margin: 1.6rem auto;
}
