:root {
  --tn-bg-dark: #11232D;
  --tn-bg-paper: #F5F4F4;
  --tn-bg-heading-warm-grey: #EBEBEB;

  --tn-text-dark: #1D2328;
  --tn-text-light: #F5F5F4;
  --tn-text-muted: #C4C1C0;

  --tn-accent: #DD8148;
  --tn-accent-hover: #E8945E;

  --tn-font-body: "Noto Sans", system-ui, sans-serif;
  --tn-font-heading: "Signika", system-ui, sans-serif;

  --tn-radius-soft: 5px;

  --tn-footer-title-size: 18px;
  --tn-footer-body-size: 15px;
  --tn-footer-small-size: 12px;

  --tn-footer-max-width: 1320px;
  --tn-footer-padding-x: 48px;
  --tn-footer-padding-y-top: 38px;
  --tn-footer-padding-y-bottom: 24px;

  /* Momentum Page */
  --tn-momentum-header-bg: var(--tn-bg-heading-warm-grey);
  --tn-momentum-header-text: var(--tn-text-dark);
  --tn-momentum-header-hover: var(--tn-accent);
  --tn-momentum-header-active: var(--tn-accent);
  --tn-momentum-logo-filter: invert(1) brightness(0.18) saturate(0);
  --tn-momentum-header-border: transparent;

  /* Product / Auction Loops */
  --tn-product-loop-max-width: 1320px;
  --tn-product-loop-padding-x: 48px;
  --tn-product-loop-padding-x-tablet: 28px;
  --tn-product-loop-padding-x-mobile: 20px;

  --tn-product-loop-content-inset: 10%;

  --tn-auction-image-radius: var(--tn-radius-soft);

  --tn-auction-link-color: var(--tn-accent);
  --tn-auction-link-hover-color: var(--tn-accent-hover);

  --tn-auction-timer-color: #7FA4B6;
  --tn-auction-timer-ending-color: #B84A3A;
  --tn-auction-timer-font-weight: 700;

  --tn-auction-meta-color: var(--tn-text-dark);
  --tn-auction-meta-muted-color: rgba(29, 35, 40, 0.72);
}