/* Reusable HTML monogram. The font is served from this repository. */
@font-face{font-family:VorfinMonogram;src:url('../../portal/vendor/portal-font-0.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
.vorfin-monogram{--mark-height:46px;display:inline-grid;place-items:center;box-sizing:border-box;width:calc(var(--mark-height)*40/46);height:var(--mark-height);border:1px solid #819586;background:#263d30;color:#f6f7f1;font-family:VorfinMonogram,Georgia,serif;font-weight:500;font-size:calc(var(--mark-height)*40/46);line-height:1;text-decoration:none;flex:none}
.vorfin-monogram--light{background:#f8f9f6;color:#263d30;border-color:#819586}
