@php
$t = $template ?? [];
$primary = $t['primary'] ?? '#15803d';
$secondary = $t['secondary'] ?? '#1d4ed8';
$surface = $t['surface'] ?? '#ffffff';
$textColor = ($custom ?? [])['colors']['text'] ?? '#1e293b';
$accentColor = ($custom ?? [])['colors']['accent'] ?? '#9f1239';
$fontCss = ($custom ?? [])['font_css'] ?? "'Inter', 'Noto Sans Bengali', sans-serif";
@endphp