:root {
  --yd-blue: #76a3da;
  --yd-red: #e25959;
}

.w-fit {
  width: fit-content !important;
}

.h-fit {
  height: fit-content !important;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

.text-yd-blue {
  color: var(--yd-blue);
}

.text-yd-red {
  color: var(--yd-red);
}

.yd-label {
  font-size: 16px;
  font-weight: bold;
}