@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;
}

@font-face{
    font-family: iosevka;
    src: url("../fonts/iosevka-extended.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face{
    font-family: CallingCode;
    src: url("../fonts/CallingCode-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}

pre code {
    font-family: iosevka;
}

a {
    text-decoration: none;
}