:root {
  --color-1: #221f20;
  --color-2: #000000;
  --color-3: #ffffff;
  --font-family-1: "BBSans-Regular", Helvetica, Arial, sans-serif;
  --font-family-2: "BBText-Regular", Helvetica, Arial, sans-serif;

  --header-bg-color: var(--color-1);
  --desktop-header-logo-justify-content: center;
  --base-font-family: var(--font-family-2);
  --body-bg-color: var(--color-2);
  --body-visit-msg-font-family: var(--font-family-1);
  --body-visit-msg-color: var(--color-3);
  --body-visit-msg-font-weight: 500;
  --body-brand-invite-font-weight: normal;
  --action-btn-color: var(--color-3);
  --action-btn-txt-color: var(--color-2);
  --body-panel-brand-invite-color: var(--color-3);

  --footer-bg-color: var(--color-1);
  --footer-txt-color: var(--color-3);
}
@font-face {
  font-family: "BBSans-Regular";
  src:
    url("BBSans-Regular.woff2") format("woff2"),
    url("BBSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "BBText-Regular";
  src: url("BBText-Regular.woff2") format("woff2");
}