:root {
  --color-primary: #22A7F0;
/*  --bg-color: #F5D76E;*/
}

@font-face {
  font-family: 'Inter';
  src: url('Inter-VariableFont_slnt,wght.ttf');
}

@font-face {
  font-family: 'League Gothic';
  src: url('LeagueGothic-Regular-VariableFont_wdth.ttf');
}

* {
    touch-action: manipulation;
}

body {  
  font-family: "Inter", sans-serif;
}

.league {
  font-family: "League Gothic", sans-serif;
}

.big {
  font-size: 2rem;
}

.yuge {
  font-size: 10rem;
}

h1 {
  font-size: 3em;
}

.mb-1 {
  margin-bottom: 0.5em;
}

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

input[type=date] {
  -webkit-appearance: none;
  height: 38px;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 30vh auto;
  padding: 45px 20px 20px 20px;
  border: 1px solid #888;
  max-width: 500px;
  border-radius: 8px;
}

.close {
  color: #aaa;
  position: absolute;
  right: 12px;
  top: 0px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.delete {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
}

[x-cloak] { display: none !important; }
