/* Served by Traefik in place of /samples/__miniserve_internal/style.css.
 *
 * The first import fetches miniserve's own stylesheet back, through a route
 * that rewrites /__miniserve_base_samples.css to the path this file replaced
 * (see the samples-base router in setup/traefik/dynamic.yml). The second lays
 * the Goobi palette over it.
 *
 * Order is load-bearing twice over: @import rules must precede every other rule
 * in a stylesheet, and the later of two imports wins where specificity ties.
 *
 * /import has its own copy of this file importing its own base URL, rather than
 * both sharing one, so that stripping either service cannot take the other's
 * stylesheet down with it.
 */
@import url("/__miniserve_base_samples.css");
@import url("/css/miniserve-goobi.css");
