:root{
  --menu-height:56px;
  --dropdown-item-height:54px;
  --mobile-menu-height:52px;
  --menu-font-size:16px;
  --menu-font-weight:600;
  --dropdown-title-size:18px;
  --dropdown-title-weight:700;
  --dropdown-label-size:16px;
  --dropdown-label-weight:600;
  --dropdown-desc-size:13px;
  --dropdown-desc-weight:400;
  --footer-menu-size:15px;
  --sidebar-menu-size:16px;
  --menu-padding:14px 18px;
  --menu-gap:8px;
  --icon-gap:12px;
  --menu-radius:14px;
  --menu-shadow:0 18px 40px rgba(0,0,0,.15);
  --card-shadow:0 8px 25px rgba(0,0,0,.08);
  --primary-color:#ff6a00;
  --secondary-color:#222222;
  --menu-background:#ffffff;
  --hover-color:#fff4ea;
  --active-color:#ff6a00;
  --active-text:#ffffff;
  --menu-border:#eaeaea;
  --icon-size:20px;
  --transition-speed:.25s;
  --menu-font:"Leelawadee UI","Noto Sans Thai",Tahoma,Arial,sans-serif;
  --dropdown-width:600px;
}
