@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap");

:root {
  --um-bg: #fff1f2;
  --um-surface: #fff7f8;
  --um-surface-strong: #ffffff;
  --um-text: #241316;
  --um-muted: #6b5960;
  --um-line: #fecdd3;
  --um-primary: #e11d48;
  --um-primary-dark: #9f1239;
  --um-accent: #2563eb;
  --um-panel: #4c0519;
  --um-panel-text: #fff1f2;
  --um-teal: #0f766e;
  --um-ink: #241316;
  --um-radius: 8px;
  --um-chip-bg: #fff7f8;
  --um-chip-bg-strong: #fff1f2;
  --um-chip-active-bg: #ffe4e6;
  --um-topbar-bg: rgba(255, 247, 248, 0.96);
}

* {
  box-sizing: border-box;
}

/* The post card is a custom element; custom elements default to display:inline. */
unlitube-post-card {
  display: block;
}
