/* Soft typography overrides */
:root{
  --wy-font-size:14px;
  --wy-font-size-sm:13px;
  --wy-font-size-lg:16px;
  --wy-line-height:1.55;
  --wy-text:#1d1d1f;
  --wy-muted:rgba(60,60,67,0.72);
}

html{font-size:var(--wy-font-size);}

body{
  font-size:14px;
  line-height:var(--wy-line-height);
  color:var(--wy-text);
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

*{
  font-weight:inherit;
}

h1,h2,h3,h4,h5,h6{
  font-weight:600;
  letter-spacing:-0.01em;
}

.page-title{
  font-size:20px !important;
  font-weight:600 !important;
}

.card-title{
  font-size:16px !important;
  font-weight:600 !important;
}

.nav-menu li,
.sidebar-menu li,
.btn,
.form-label,
.data-table th{
  font-weight:500 !important;
}

.page-subtitle,
.user-role,
.hint,
small{
  color:var(--wy-muted) !important;
  font-size:13px !important;
  font-weight:400 !important;
}

.btn{
  font-size:13px !important;
  font-weight:600 !important;
}

.form-control,
.data-table td{
  font-size:13px !important;
  font-weight:400 !important;
}

.data-table th{
  font-size:13px !important;
}
