:root {
  /**Font Family**/
  --font-family: 'Nunitosans', sans-serif;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../../fonts/Nunitosans/nunitosans-extralight.woff2') format('woff2'),
       url('../../fonts/Nunitosans/nunitosans-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../../fonts/Nunitosans/nunitosans-light.woff2') format('woff2'),
       url('../../fonts/Nunitosans/nunitosans-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../../fonts/Nunitosans/nunitosans-regular.woff2') format('woff2'),
       url('../../fonts/Nunitosans/nunitosans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../../fonts/Nunitosans/nunitosans-bold.woff2') format('woff2'),
       url('../../fonts/Nunitosans/nunitosans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../../fonts/Nunitosans/nunitosans-semibold.woff2') format('woff2'),
       url('../../fonts/Nunitosans/nunitosans-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../../fonts/Nunitosans/nunitosans-extrabold.woff2') format('woff2'),
       url('../../fonts/Nunitosans/nunitosans-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../../fonts/Nunitosans/nunitosans-black.woff2') format('woff2'),
       url('../../fonts/Nunitosans/nunitosans-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

