/*
 * Logo — Figma "logo" (4052:799): three formats (favicon, square, rectangle)
 * in two colourways (default, white).
 *
 * The SVGs keep their own colours, so they are rendered as <img> rather than
 * inlined; only the box is sized here.
 */

.mo-logo {
    display: block;
    width: auto;
    height: var(--mo-scale-500);
}

.mo-logo--sm {
    height: var(--mo-scale-400);
}

.mo-logo--lg {
    height: var(--mo-scale-800);
}
