@font-face {
  font-family: Srikandy;
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/srikandy-script-regular.otf');
  src: url('/fonts/srikandy-script-regular.otf') format('opentype'),
       url('/fonts/srikandy-script-regular.woff2') format('woff2'),
       url('/fonts/srikandy-script-regular.woff') format('woff');
}

.header__date {
  font-family: 'Srikandy', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: lowercase;
}