/*
 * Beaver Builder applies global link typography (--fl-global-link-*) to every
 * <a> tag with !important, silently overriding any block's own font rules.
 * These two utility classes are the sitewide fix — apply them to any anchor
 * that needs to look like something other than a default 16px/500 Sohne link.
 */

/* Eyebrow-style text links (mono, small, uppercase, e.g. "Register your team →"). */
.ontic-link-eyebrow {
    font-family: var(--font-mono) !important;
    font-weight: 700 !important;
    font-size: 11px !important;
}

/* Inline links inside otherwise-styled prose — matches whatever surrounds them. */
.ontic-link-inherit {
    font: inherit !important;
}
