/*
 * Main Certivera stylesheet entrypoint.
 *
 * Global brand/theme rules live in admin_theme.css, while structural and
 * responsive admin rules live in admin_layout.css. Each Django app loads its
 * own stylesheet through ModelAdmin.Media.
 */
@import url("./admin_theme.css");
@import url("./admin_layout.css");
