@font-face {
  font-family: 'Roboto';
  src: url('./roboto/Roboto-Light.woff2') format('woff2'),
  url('./roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: 'Roboto';
  src: url('./roboto/Roboto-Medium.woff2') format('woff2'),
  url('./roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

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

@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('./mulish/mulish-regular.woff2') format('woff2'),
  url('./mulish/mulish-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('./mulish/mulish-bold.woff2') format('woff2'),
  url('./mulish/mulish-bold.woff') format('woff');
  }
@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('./mulish/mulish-bold.woff2') format('woff2'),
  url('./mulish/mulish-bold.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url('./mulish/mulish-bold.woff2') format('woff2'),
  url('./mulish/mulish-bold.woff') format('woff');
}

/*@font-face {*/
/*  font-display: swap;*/
/*  font-family: 'Overpass';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('./mulish/mulish-regular.woff2') format('woff2'),*/
/*  url('./mulish/mulish-regular.woff') format('woff');*/
/*}*/
@font-face {
  font-display: swap;
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  src: url('./overpass/overpass-bold.woff2') format('woff2'),
  url('./overpass/overpass-bold.woff') format('woff');
}

/*@font-face {*/
/*  font-display: swap;*/
/*  font-family: 'Overpass';*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  src: url('./overpass/overpass-bold.woff2') format('woff2'),*/
/*  url('./overpass/overpass-bold.woff') format('woff');*/
/*}*/

/*@font-face {*/
/*  font-display: swap;*/
/*  font-family: 'Overpass';*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  src: url('./overpass/overpass-bold.woff2') format('woff2'),*/
/*  url('./overpass/overpass-bold.woff') format('woff');*/
/*}*/

:root {
  --font-primary-opacity: 0.6;
}
