


/* FK Roman Standard - Medium */
@font-face {
  font-family: 'FKRomanStandard';
  src: url('FKRomanStandard-Medium.woff2') format('woff2'),
       url('FKRomanStandard-Medium.woff') format('woff');
  font-weight: 500; /* Medium weight */
  font-style: normal;
}

/* FK Roman Standard - Regular */
@font-face {
  font-family: 'FKRomanStandard';
  src: url('FKRomanStandard-Regular.woff2') format('woff2'),
       url('FKRomanStandard-Regular.woff') format('woff');
  font-weight: 400; /* Regular weight */
  font-style: normal;
}

/* FK Grotesk Neue - Bold */
@font-face {
  font-family: 'FKGroteskNeue';
  src: url('FKGroteskNeue-Bold.woff2') format('woff2'),
       url('FKGroteskNeue-Bold.woff') format('woff');
  font-weight: 700; /* Bold weight */
  font-style: normal;
}

/* FK Grotesk Neue - Regular */
@font-face {
  font-family: 'FKGroteskNeue';
  src: url('FKGroteskNeue-Regular.woff2') format('woff2'),
       url('FKGroteskNeue-Regular.woff') format('woff');
  font-weight: 400; /* Regular weight */
  font-style: normal;
}
