/* Liberation Sans — metrically identical to Arial, used for notary seal SVG rendering */
@font-face {
  font-family: 'Liberation Sans';
  src: url('/fonts/LiberationSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Liberation Sans';
  src: url('/fonts/LiberationSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Site utility classes - moved from inline styles for caching */
#NovaVueAppRootTemplate {
    padding-top: 70px;
}

.text-brand {
    color: #f57c00;
}

.text-lighter {
    color: #555;
}

.text-yellow-5 {
    color: greenyellow;
}

.text-green {
    color: green !important;
}

.border-green {
    border-color: green !important;
}

.text-red {
    color: orangered;
}
