/* littleredhentweed.com */
/* palette start - - - - - - */

* {
  --lrht-color-01: white;
  --lrht-color-02: black;
  --lrht-color-03: red;
  --lrht-color-04: blue;
  --lrht-color-05: green;
  font-size: 62.5%;
  /* 62.5% means that 1rem = 10px */
}
body {
  margin: 0;
  padding: 0;
  background-color: rgb(147, 75, 20);
}

@font-face {
  font-family: "Cookie";
  src: url("../fonts/Cookie-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* recommended */
}

@font-face {
  font-family: "Alike";
  src: url("../fonts/Alike-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4 {
  font-family: "Cookie", cursive;
  font-weight: normal;
}
/* :root { */
/* Primary brand colors */
/* --color-primary-100: #e6f0ff;
  --color-primary-300: #66a3ff;
  --color-primary-500: #0066ff;
  --color-primary-700: #004cbf;
  --color-primary-900: #003380; */

/* Accent / Secondary */
/* --color-secondary-500: #ff6b6b; */

/* Neutral scale */
/* --color-gray-50: #f8fafc;
  --color-gray-100: #f1f5f9;
  --color-gray-300: #cbd5e1;
  --color-gray-500: #64748b;
  --color-gray-700: #334155;
  --color-gray-900: #0f172a; */

/* Semantic colors */
/* --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #ef4444; */

/* Text & Backgrounds */
/* --color-bg: var(--color-gray-50);
  --color-surface: #ffffff;
  --color-text: var(--color-gray-900);
  --color-text-light: #64748b; */

/* Typography */
/* --font-primary: "Inter", system-ui, sans-serif;
  --font-display: "Playfair Display", Georgia, serif; */

/* Border radius & shadows */
/* --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
/* } */
/* palette end - - - - - - - */

/* html {
  font-size: 62.5%;
  font-size: 100%;
  62.5% means that 1rem = 10px
} */
/* typography start - - - - - - - */
p {
  color: var(--lrht-color-01);
}
/* typography end - - - - - - - */
