/*
Theme Name: Lets Hairy
Author: MKLink Michał Kaczor 
Version: 1.0
Text Domain: letshairy.com
*/

:root {
  --background: #050505;
  --foreground: #ffffff;
  --card: #0f0f0f;
  --secondary: #181818;
  --muted: #121212;
  --muted-foreground: #bdbdbd;
  --accent: #ff8a00;
  --accent-foreground: #050505;
  --border: #2a2a2a;

  --gradient-glow: radial-gradient(circle at 50% 0%, rgba(255, 138, 0, 0.28), transparent 60%);
  --shadow-elegant: 0 30px 60px -20px rgba(0, 0, 0, 0.9);
  --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body.admin-bar .lh-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.lh-page {
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
}

.lh-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3,
.lh-logo,
.lh-nav,
.lh-eyebrow,
.lh-section-label,
.lh-count,
.lh-product-number,
.lh-product-tagline,
.lh-small-btn,
.lh-footer-bottom {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
