﻿@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root,
body,
#allrecords {
  --t-headline-font: "Geist", Arial, sans-serif;
  --t-text-font: "Geist", Arial, sans-serif;
}
body,
#allrecords,
.t-name,
.t-descr {
  font-family: "Geist", Arial, sans-serif;
}
