/* GiftoV3 brand theme for MkDocs Material */
:root {
  --md-primary-fg-color:        #ea064e;
  --md-primary-fg-color--light: #f0316b;
  --md-primary-fg-color--dark:  #830c6b;
  --md-accent-fg-color:         #ea064e;
  --md-accent-fg-color--transparent: rgba(234,6,78,.1);
}

/* Display headings a little tighter / bolder */
.md-typeset h1,
.md-typeset h2 { font-weight: 800; letter-spacing: -0.01em; }
.md-typeset h2 { margin-top: 2.2rem; }

/* Lead metadata blockquote at the top of the whitepaper */
.md-typeset blockquote {
  border-left: 3px solid var(--md-primary-fg-color);
  color: var(--md-default-fg-color--light);
}

/* Tables: compact + readable for the tokenomics grids */
.md-typeset table:not([class]) { font-size: .76rem; }
.md-typeset table:not([class]) th { background: var(--md-accent-fg-color--transparent); }

/* Inline [TBD] code chips stand out as "pending" */
.md-typeset code { background: rgba(234,6,78,.08); }
