/*
 * Theme: TreguShop Classic
 * Version: 1.0
 * Description: Tema origjinale — e kuqe, kompakte, moderne
 */

:root {
  --color-primary:       #E30613;
  --color-primary-dark:  #b71c1c;
  --color-primary-light: #ffebee;
  --color-accent:        #ff6f00;
  --font-main:           -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body { font-family: var(--font-main) !important; }
