/* Theme overrides */
@font-face {
  font-family: "GraphikRegular";
  font-display: swap;
  src: url("../fonts/Graphik-Regular-Web.woff") format("woff");
}

@font-face {
  font-family: "GraphikSemiBold";
  font-display: swap;
  src: url("../fonts/Graphik-Semibold-Web.woff") format("woff");
}

:root {
  --colorGinTitle: #1a1717;
  --colorGinText: #1a1717;
  --colorGinTextLight: #6c6a6a;
  --colorGinIcons: #3a3838;
}

html {
  font-family: "GraphikRegular", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.page-title {
  font-family: "GraphikSemiBold", sans-serif;
  letter-spacing: 0;
}

/* Login screen */
.toolbar-logo {
  display: block;
  margin-top: 60px;
}

.user-form-page__page-title {
  margin-top: 60px;
  margin-bottom: 0;
}

/* Navigation */
#toolbar-item-administration-tray .toolbar-logo {
  display: flex;
  align-items: center;
}

.js .vertical-tabs .vertical-tabs__item {
  overflow: unset;
}

[dir="ltr"] .horizontal-tabs ul.horizontal-tabs-list {
  margin-bottom: 5px;
}