<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Short general styles for all components */
:root {
    --focal-point-x: 50%;
    --focal-point-y: 50%;
}

.component-figure {
    margin: 0;
    width: 100%;
    height: 100%;
}

.component-image {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: var(--focal-point-x) var(--focal-point-y);
    font-family: 'object-fit: cover;';
}
</pre></body></html>