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

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

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

@font-face {
  font-family: Inter_Light;
  src: url(../../fonts/Inter-Light.07d4495483a098098d93800ca87ff08a.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;
}