/* Add Fontface here */
@font-face {
  font-family: 'Plain';
  src: url('Plain-Light.woff2') format('woff2'),
    url('Plain-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  src: url('Plain-LightIta.woff2') format('woff2'),
    url('Plain-LightIta.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  src: url('Plain-Regular.woff2') format('woff2'),
    url('Plain-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  src: url('Plain-RegularIta.woff2') format('woff2'),
    url('Plain-RegularIta.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  src: url('Plain-Medium.woff2') format('woff2'),
    url('Plain-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  src: url('Plain-MediumIta.woff2') format('woff2'),
    url('Plain-MediumIta.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  src: url('Plain-Bold.woff2') format('woff2'),
    url('Plain-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plain';
  src: url('Plain-BoldIta.woff2') format('woff2'),
    url('Plain-BoldIta.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
