/* 1. Regular Weight */
@font-face {
  font-family: 'GenRef2035';
  /*src: url('../fonts/GenRef2035-Regular.ttf') format('truetype');*/
  src: url('../fonts/GenRef2035-Regular-v1.4.ttf') format('truetype');
  font-weight: normal; /* or 400 */
  font-style: normal;
  font-display: swap;
}

/* 2. Bold Weight */
@font-face {
  font-family: 'GenRef2035';
  /*src: url('../fonts/GenRef2035-Bold.ttf') format('truetype');*/
  src: url('../fonts/GenRef2035-Bold-v1.4.ttf') format('truetype');
  font-weight: bold; /* or 700 */
  font-style: normal;
  font-display: swap;
}
