/* Fonts
---------------------------------------- */
/* poppins-regular */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins.woff2') format('woff2'),
       url('../fonts/poppins.woff') format('woff');
}

/* plus-jakarta-sans-700 */
@font-face {
  font-display: swap;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans.woff2') format('woff2'),
       url('../fonts/plus-jakarta-sans.woff') format('woff');
}

@font-face {
    font-family: 'Nippo';
    src: url('../fonts/Nippo-Light.woff2') format('woff2'),
        url('../fonts/Nippo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nippo';
    src: url('../fonts/Nippo-Medium.woff2') format('woff2'),
        url('../fonts/Nippo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nippo';
    src: url('../fonts/Nippo-Regular.woff2') format('woff2'),
        url('../fonts/Nippo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nippo';
    src: url('../fonts/Nippo-Bold.woff2') format('woff2'),
        url('../fonts/Nippo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nippo';
    src: url('../fonts/Nippo-Extralight.woff2') format('woff2'),
        url('../fonts/Nippo-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

