@font-face {
  font-family: "Updock";
  font-display: swap;
  src: url("/assets/updock-regular-3beb0514.ttf") format("truetype");
}

@layer customer {
  :root {
    --font-script: "Updock";
  }

  .customer {
    background-color: var(--gray-1);
  }

  strong {
    font-weight: 600;
  }

  em {
    background-color: color-mix(in srgb, var(--yellow-2) 40%, transparent);
    border-radius: var(--radius-1);
    color: var(--yellow-11);
    font-style: normal;
    font-weight: 500;
    margin: calc(-1 * var(--size-1)) 0;
    padding: var(--size-1);
  }

  .date {
    white-space: nowrap;
  }
}
