@font-face {
    font-family: "sutzicon";
    src: url("../fonts/sutz-icons.ttf?de8b2f631cc16167293f53219e16ed41") format("truetype");
}

span[class^="sutzicon-"]:before, span[class*=" sutzicon-"]:before {
    font-family: sutzicon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sutzicon-wasm:before {
    content: "\f101";
}

.sutzicon-azure:before {
    content: "\f102";
}

.sutzicon-javascript:before {
    content: "\f103";
}

.sutzicon-dotnet:before {
    content: "\f104";
}

.content a[href] {
    color: #c73e9b;
    font-weight: 600;
    position: relative;
}