/*
Apply any theme variable overwrites that were set via admin theme settings.
Note: This file is a placeholder, it will be automatically/dynamically overwritten from the theme settings.
This will apply to ANY/ALL themes loaded, and before any of the core files are loaded.
*/
/* test overwrite:
:root {
    --link__pri-clr: red;
    --main-background: yellow;
    --font__pri-clr: black;
}*/:root {  --del3-blue: #2563eb;  --del3-dark: #0f172a;  --del3-muted: #64748b;  --del3-bg: #f6f8fb;  --del3-card: #ffffff;}body {  background: var(--del3-bg) !important;  font-family: Inter, Arial, sans-serif !important;  color: var(--del3-dark) !important;}.header,.header-wrapper,.main__header,.navbar {  background: #ffffff !important;  border-bottom: 1px solid #e5e7eb !important;  box-shadow: 0 8px 24px rgba(15,23,42,.06) !important;}h1, h2, h3 {  color: var(--del3-dark) !important;  font-weight: 800 !important;}.breadcrumb,.breadcrumb a {  color: var(--del3-blue) !important;  font-weight: 600 !important;}.category,.category-card,.card,.box,.tile,.ticket-category {  background: var(--del3-card) !important;  border: 1px solid #e5e7eb !important;  border-radius: 18px !important;  box-shadow: 0 14px 35px rgba(15,23,42,.08) !important;  transition: all .2s ease !important;}.category:hover,.category-card:hover,.card:hover,.box:hover,.tile:hover,.ticket-category:hover {  transform: translateY(-3px) !important;  box-shadow: 0 22px 45px rgba(15,23,42,.12) !important;}.category a,.category-card a,.card a,.box a,.tile a,.ticket-category a {  color: #003b82 !important;  font-weight: 800 !important;}svg,.icon-chevron-right,.icon-submit-ticket,.icon-support {  fill: var(--del3-blue) !important;}.btn,.button,input[type="submit"],button {  background: var(--del3-blue) !important;  color: #ffffff !important;  border-radius: 12px !important;  border: none !important;  font-weight: 800 !important;  box-shadow: 0 10px 24px rgba(37,99,235,.25) !important;}input,select,textarea {  border-radius: 12px !important;  border: 1px solid #cbd5e1 !important;}.footer {  color: var(--del3-muted) !important;}