@font-face {
  font-family: 'Gesta';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("gesta_light.otf") format("opentype");
}

@font-face {
  font-family: 'Gesta';
  font-style:  italic;
  font-weight: 300;
  font-display: swap;
  src: url("gesta_light_italic.otf") format("opentype");
}

@font-face {
  font-family: 'Gesta';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("gesta_regular.otf") format("opentype");
}

@font-face {
  font-family: 'Gesta';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("gesta_regular_italic.otf") format("opentype");
}

@font-face {
  font-family: 'Gesta';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("gesta_medium.otf") format("opentype");
}

@font-face {
  font-family: 'Gesta';
  font-style:  italic;
  font-weight: 500;
  font-display: swap;
  src: url("gesta_medium_italic.otf") format("opentype");
}

@font-face {
  font-family: 'Gesta';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("gesta_bold.otf") format("opentype");
}

@font-face {
  font-family: 'Gesta';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url("gesta_bold_italic.otf") format("opentype");
}
