@font-face {
    font-family: "SNN";
    src: url("../font/SNN.eot"); /* IE9 Compat Modes */
    src: url("../font/SNN.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../font/SNN.otf") format("opentype"), /* Open Type Font */ url("../font/SNN.svg") format("svg"), /* Legacy iOS */ url("../font/SNN.ttf") format("truetype"), /* Safari, Android, iOS */ url("../font/SNN.woff") format("woff"), /* Modern Browsers */ url("../font/SNN.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


body {
   font-family: "SNN";
}

.brand-text {
  font-weight: 700;
}

.form-label {
  font-weight: 600;
}

.table td, .table th {
  vertical-align: middle;
}

.kurdi-badge {
  font-size: 0.9rem;
}

.canvas-toolbar .btn {
  margin-left: .25rem;
  margin-right: .25rem;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: .25rem .5rem;
}
.legend-color {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.2);
}

@media print {
  .no-print { display: none !important; }
  .content-wrapper { margin: 0 !important; padding: 0 !important; }
  body { background: #fff !important; }
}

/* Click-to-zoom images */
img.js-img-modal{cursor:zoom-in;}

