/**
 * Embed Page Overrides
 * Fix #455: Accessible link contrast and lightweight font for WordPress embed pages.
 * Embed pages (/embed/) use a minimal template that doesn't load theme stylesheets,
 * so these styles are enqueued separately via the enqueue_embed_scripts hook.
 */

.wp-embed {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.wp-embed a {
    color: #1076d5 !important;
}

.wp-embed a:hover,
.wp-embed a:focus {
    color: #00386c !important;
}