/*
 * The two names in the team section (TeamSection.vue). They live here, as CSS escapes,
 * and not in the page: CSS-generated text is not indexed as page content, and this file
 * is served exactly as written — the build would minify the escapes back into letters
 * if the rules sat in the component's own <style>.
 */
.person__name--founder-1::before {
  content: "\4a \61 \6e \20 \48 \65 \79 \65";
}

.person__name--founder-2::before {
  content: "\4c \65 \6f \6e \61 \72 \64 \20 \42 \72 \fc \74 \74";
}
