@font-face {
  font-family: 'inter regular';
  src:
    url("../../assets/fonts/inter/regular/regular.woff2") format("woff2"),
    url("../../assets/fonts/inter/regular/regular.woff") format("woff2"),
    url("../../assets/fonts/inter/regular/regular.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'inter bold';
  src:
    url("../../assets/fonts/inter/bold/bold.woff2") format("woff2"),
    url("../../assets/fonts/inter/bold/bold.woff") format("woff2"),
    url("../../assets/fonts/inter/bold/bold.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'geist regular';
  src:
    url("../../assets/fonts/geist/regular/regular.woff2") format("woff2"),
    url("../../assets/fonts/geist/regular/regular.woff") format("woff2"),
    url("../../assets/fonts/geist/regular/regular.ttf") format("woff2");
  font-weight: normal;  
  font-style: normal;
  font-display: swap;
}  

@font-face {
  font-family: 'geist bold';
  src:
    url("../../assets/fonts/geist/bold/bold.woff2") format("woff2"),
    url("../../assets/fonts/geist/bold/bold.woff") format("woff2"),
    url("../../assets/fonts/geist/bold/bold.ttf") format("woff2");
  font-weight: normal;  
  font-style: normal;
  font-display: swap;
}  

@font-face {
  font-family: 'calistoga regular';
  src:
    url("../../assets/fonts/calistoga/regular/regular.woff2") format("woff2"),
    url("../../assets/fonts/calistoga/regular/regular.woff") format("woff"),
    url("../../assets/fonts/calistoga/regular/regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'inter regular', 'geist regular';
  font-size: 1rem;
}

.bold {
  font-family: 'inter bold', 'geist bold';
}

.link {
  text-decoration: none;
}

.title {
  font-family: 'calistoga regular';
  font-size: 1.45rem;
  letter-spacing: 0.08rem;
  line-height: 1;
}
