/*
Theme Name: Supermercado Daniel
Theme URI: https://agilstore.pt
Author: Agilstore
Author URI: https://agilstore.pt
Description: Tema WordPress customizado para o Supermercado Daniel, baseado em React/Tailwind.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: superl-daniel
*/

/* Tailwind CSS Variables & Resets */
:root {
  --color-brand-blue: #003399;
  --color-brand-red: #E30613;
  --color-brand-yellow: #FFB800;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #f8fafc;
  /* slate-50 */
  color: #0f172a;
  /* slate-900 */
  overflow-x: hidden;
  width: 100%;
}

/* Custom Hex BG based on index.css */
.hex-bg {
  background-color: #0099cc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cpath fill='%230088bb' fill-opacity='0.4' d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9l11-6.35 11 6.35V30.6l-11 6.35L3 30.6V17.9z'/%3E%3C/svg%3E");
}