@import url("https://cdn.jsdelivr.net/gh/Null-Austin/pb-assets@refs/heads/main/PhantomSans-stylesheet.css");
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Phantom Sans 0.7", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  color: #a22b27;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
}

a {
  color: #a22b27;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:focus {
  outline: 2px solid #a22b27;
  outline-offset: 2px;
}
a[href^="#"] {
  scroll-behavior: smooth;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: 2px solid #a22b27;
  outline-offset: 2px;
}

::selection {
  background-color: #a22b27;
  color: white;
}

::-moz-selection {
  background-color: #a22b27;
  color: white;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-gradient {
  background: linear-gradient(135deg, #a22b27 0%, #d63a35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shadow-light {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-medium {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shadow-heavy {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/*# sourceMappingURL=publix.css.map */
