@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter-semibold';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter-bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format('woff2');
}

@font-face {
    font-family: Poppins-light;
    font-style: normal;
    font-weight: 00;
    font-display: swap;
    src: url(../fonts/Poppins-Light.woff2) format('woff2');
    src: url(../fonts/Poppins-Light.ttf) format('truetype')
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.woff2) format('woff2')
}

@font-face {
    font-family: Poppins-semibold;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Poppins-SemiBold.woff2) format('woff2')
}

@font-face {
    font-family: Poppins-bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins-Bold.woff2) format('woff2')
}

@font-face {
    font-family: 'Cell C Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/CellCSans-Regular_otf.woff2) format('woff2');
    src: url(../fonts/CellCSans-Regular.otf) format('opentype')
}

@font-face {
    font-family: CellCSans-semibold;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/CellCSans-Medium_otf.woff2) format('woff2');
    src: url(../fonts/CellCSans-Medium.otf) format('opentype')
}

@font-face {
    font-family: CellCSans-bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/CellCSans-Bold_otf.woff2) format('woff2');
    src: url(../fonts/CellCSans-Bold.otf) format('opentype')
}