/*
Theme Name: Omroep Portal Theme
Theme URI: https://example.local/
Author: Omroep Platform
Description: Schoon WordPress theme voor het Omroep Portal dashboard. Gebruik samen met Omroep Core Basis.
Version: 1.0.0
Text Domain: omroep-portal-theme
*/

:root{
  --omroep-bg:#f3f5f8;
  --omroep-dark:#111827;
  --omroep-red:#dc2626;
  --omroep-text:#172033;
}
*{box-sizing:border-box}body{margin:0;background:var(--omroep-bg);color:var(--omroep-text);font-family:Inter,Arial,sans-serif}.site-header,.site-footer{display:none}.omroep-theme-wrap{min-height:100vh}.omroep-theme-content{width:100%;margin:0;padding:0}.entry-content{margin:0}.entry-content>*{max-width:none!important}.wp-site-blocks{padding:0!important}
