<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Media query breakpoints.
 * Processed by postcss/postcss-custom-media.
 */

@custom-media --admin-toolbar-tablet (min-width: 560px);
@custom-media --admin-toolbar-desktop (min-width: 1024px);
@custom-media --admin-toolbar-reduced-motion (prefers-reduced-motion);
@custom-media --forced-colors (forced-colors: active);
</pre></body></html>