@font-face {
  font-family: "fira-sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/FiraSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "fira-sans-light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/FiraSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "fira-sans-ultra-light";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/FiraSans-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: "fira-sans-medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/FiraSans-Medium.woff2") format("woff2");
}

html {
  position: relative;
  min-height: 100%;
}

h1 {
  font-size: 24px;
  font-family: "fira-sans", sans-serif;
}

h2 {
  font-size: 24px;
  font-family: "fira-sans-medium", sans-serif;
  text-align: left;
}

body {
  font-family: "fira-sans", sans-serif;
  margin-bottom: 60px;
  margin-top: 60px;
}

a {
  text-decoration: none;
}

.link-accent {
  color: #023c9f;
  font-family: "fira-sans-light", sans-serif;
}

.link-plain {
  color: inherit;
  font-family: "fira-sans-light", sans-serif;
}

.profile__avatar {
  width: 180px;
}

.profile__meta,
.profile__contact {
  font-size: 16px;
  font-family: "fira-sans-light", sans-serif;
  display: block;
}

.profile__links {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}

.profile__link {
  font-size: 16px;
}

.research__item {
  font-size: 16px;
  font-family: "fira-sans-light", sans-serif;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timeline__header {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.timeline__org {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.timeline__logo {
  height: 1.44em;
  width: auto;
  vertical-align: middle;
}

.timeline__name {
  font-size: 16px;
  font-family: "fira-sans", sans-serif;
}

.timeline__date {
  margin-left: auto;
  font-size: 16px;
  font-family: "fira-sans-light", sans-serif;
}

.timeline__role {
  font-size: 16px;
  font-family: "fira-sans-light", sans-serif;
  display: block;
  margin-top: 4px;
}

.publication {
  padding-left: 0;
}

.publication li {
  margin-bottom: 16px;
  break-inside: avoid;
}

.publication__badge {
  color: #aaaaaa;
  font-family: "fira-sans-light", sans-serif;
}

.publication__title {
  font-family: "fira-sans", sans-serif;
}

.publication__title-link {
  color: inherit;
  text-decoration: none;
}

.publication__title-link:hover {
  text-decoration: underline;
}

.publication__authors {
  font-size: 16px;
  font-family: "fira-sans-ultra-light", sans-serif;
  margin-top: 2px;
}

.publication__author {
  font-size: 16px;
  font-family: "fira-sans-ultra-light", sans-serif;
}

.publication__author--self {
  font-family: "fira-sans-light", sans-serif;
}

.publication__author-hidden {
  transition: opacity 0.3s ease;
}

.publication__more {
  font-size: 16px;
  font-family: "fira-sans-light", sans-serif;
  color: #023c9f;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dashed;
  margin-left: 0.3em;
}

.publication__hidden-wrap {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.publication__venue {
  font-size: 16px;
  font-family: "fira-sans-light", sans-serif;
  margin-top: 2px;
}

.publication__award {
  color: #ff6868;
  font-weight: 500;
  margin-top: 4px;
}

.publication__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.publication__btn {
  display: inline-block;
  padding: 1px 8px;
  font-size: 13px;
  font-family: "fira-sans-light", sans-serif;
  color: #333;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
}

.publication__btn:hover {
  background: #f5f5f5;
  color: #333;
  cursor: pointer;
}

.publication__bib pre {
  margin-top: 8px;
  padding: 10px;
  font-size: 13px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  white-space: pre-wrap;
  word-break: break-all;
}

.ta-list,
.award-list {
  padding: 0;
}

.ta-list__item,
.award-list__item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: "fira-sans-light", sans-serif;
}

.footer__note,
.footer__copyright {
  font-size: 14px;
  font-family: "fira-sans-ultra-light", sans-serif;
}

