@font-face {
    font-family: dashicons;
    src:
        url("../../fonts/dashicons.woff2") format("woff2"),
        url("../../fonts/dashicons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

.dashicons,
.dashicons-before::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dashicons-sort::before {
    content: "\f156";
}

.dashicons-testimonial::before {
    content: "\f473";
}
