@font-face{
    font-family: inter;
    src: url("../fonts/inter/Inter-Regular.woff");
    font-style: normal;
    font-weight: normal;
}
  
@font-face{
    font-family: inter;
    src: url("../fonts/inter/Inter-Medium.woff");
    font-style: normal;
    font-weight: 600;
}
  
@font-face{
    font-family: inter;
    src: url("../fonts/inter/Inter-Bold.woff");
    font-style: normal;
    font-weight: 800;
}

a {
    text-decoration: none;
}