/*
  Love & Madness logo controls
  Edit only this file when the script text needs visual adjustment.

  - size: text size
  - y: vertical position. More negative = moves upward.
  - x: horizontal position. Positive = moves right, negative = moves left.
*/

:root {
  /* Big logo used in the home hero and page headings */
  --big-love-size: clamp(1.85rem, 8vw, 6.7rem);
  --big-love-y: clamp(-3rem, -3.8vw, -0.9rem);
  --big-love-x: 0rem;

  /* Small logo used in the top navigation bar */
  --nav-love-size: 1.1rem;
  --nav-love-y: -0.5rem;
  --nav-love-x: 0rem;

  /* Small logo used in the footer */
  --footer-love-size: 1.1rem;
  --footer-love-y: -0.5rem;
  --footer-love-x: 0rem;

  /* Main Itch.io button under the big logo. Positive = lower, negative = higher. */
  --hero-itch-y: 4rem;
}
