/*$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.ttf);
}

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

@font-face {
  font-family: Lato_Light;
  src: url(../../../fonts/Lato-Light.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;
}