/*$Id$*/
@font-face {
  font-family: Inter_Regular;
  src: url(../../fonts/Inter-Regular.woff2);
}

@font-face {
  font-family: Inter_Medium;
  src: url(../../fonts/Inter-Medium.woff2);
}

@font-face {
  font-family: Inter_Semibold;
  src: url(../../fonts/Inter-SemiBold.woff2);
}

@font-face {
  font-family: Inter_Light;
  src: url(../../fonts/Inter-Light.woff2);
}

@font-face {
  font-family: Lato_Regular;
  src: url(../../fonts/Lato-Regular.2d36b1a925432bae7f3c53a340868c6e.ttf);
}

@font-face {
  font-family: Lato_Bold;
  src: url(../../fonts/Lato-Bold.85d339d916479f729938d2911b85bf1f.ttf);
}

@font-face {
  font-family: Lato_Light;
  src: url(../../fonts/Lato-Light.2fe27d9d10cdfccb1baef28a45d5ba90.ttf);
}

:root {
    /* --inter-regular: Inter_Regular;
    --inter-medium: Inter_Medium;
    --inter-sbold: Inter_Semibold;
    --inter-light: Inter_Light; */
        --inter-regular: Lato_Regular;
    --inter-medium: Lato_Regular;
    --inter-sbold: Lato_Bold;
    --inter-light: Lato_Light;
}