@font-face {
  font-family: 'EffraRegular';
  font-weight: 400;
  font-style: normal;
  font-display: optional;
  src: url('Effra_regular.ttf') format('truetype');
}

@font-face {
  font-family: 'EffraRegular';
  font-weight: 500;
  font-style: normal;
  font-display: optional;
  src: url('Effra_medium.ttf') format('truetype');
}

@font-face {
  font-family: 'EffraRegular';
  font-weight: 700;
  font-style: normal;
  font-display: optional;
  src: url('Effra_bold.ttf') format('truetype');
}

/* Legacy font names for backward compatibility */
@font-face {
  font-family: 'Effra_W_Rg';
  font-weight: 400;
  font-style: normal;
  font-display: optional;
  src: url('Effra_regular.ttf') format('truetype');
}

@font-face {
  font-family: EffraLight;
  font-weight: lighter;
  font-display: optional;
  src: url('Effra_light.ttf') format('truetype');
}

@font-face {
  font-family: EffraItalic;
  font-weight: normal;
  font-display: optional;
  src: url('Effra_italic.ttf') format('truetype');
}

@font-face {
  font-family: EffraLightItalic;
  font-weight: lighter;
  font-display: optional;
  src: url('Effra_light_italic.ttf') format('truetype');
}
