@php try { $themeCss = \App\Support\ThemeColors::cssVariables(\App\Support\ThemeColors::resolve()); } catch (\Throwable) { $themeCss = \App\Support\ThemeColors::cssVariables(\App\Support\ThemeColors::defaults()); } @endphp