@font-face {
    font-family: wicons;
    src: url("../fonts/wicons.ttf");
}

i::before {
    font-family: wicons;
    font-style: normal;
}


/* Normal Icons */

i.wi-mesh.wi-whirlwind::before {
    content: 'a';
}

i.wi-mesh.wi-chevron-right::before {
    content: 'b';
}

i.wi-mesh.wi-chevron-left::before {
    content: 'c';
}

i.wi-mesh.wi-facebook::before {
    content: 'd';
}

i.wi-mesh.wi-linkedin::before {
    content: 'e';
}

i.wi-mesh.wi-tiktok::before {
    content: 'f';
}

i.wi-mesh.wi-question::before {
    content: 'g';
}

i.wi-mesh.wi-exclamation::before {
    content: 'h';
}

i.wi-mesh.wi-pen::before {
    content: 'i';
}

i.wi-mesh.wi-code::before {
    content: 'j';
}

i.wi-mesh.wi-text::before {
    content: 'k';
}

i.wi-mesh.wi-bug::before {
    content: 'l';
}

i.wi-mesh.wi-rocket::before {
    content: 'm';
}

i.wi-mesh.wi-revision::before {
    content: 'n';
}

i.wi-mesh.wi-gear::before {
    content: 'o';
}

i.wi-mesh.wi-load::before {
    content: 'p';
}

i.wi-mesh.wi-interaction::before {
    content: 'q';
}

i.wi-mesh.wi-mail::before {
    content: 'r';
}

i.wi-mesh.wi-phone::before {
    content: 's';
}

i.wi-solid.wi-mail::before {
    content: 't';
}

i.wi-solid.wi-phone::before {
    content: 'u';
}

i.wi-mesh.wi-wicons::before {
    content: 'v';
}

i.wi-mesh.wi-menu-sharp::before {
    content: 'y';
}

i.wi-mesh.wi-menu-sharp-left-indent::before {
    content: 'A';
}

i.wi-mesh.wi-menu-sharp-right-indent::before {
    content: 'B';
}

i.wi-mesh.wi-menu-sharp-centre-indent::before {
    content: 'C';
}

i.wi-mesh.wi-menu-rounded::before {
    content: 'z';
}

i.wi-mesh.wi-menu-rounded-left-indent::before {
    content: 'D';
}

i.wi-mesh.wi-menu-rounded-right-indent::before {
    content: 'E';
}

i.wi-mesh.wi-menu-rounded-centre-indent::before {
    content: 'F';
}

i.wi-mesh.wi-globe::before {
    content: 'H';
}

i.wi-solid.wi-globe::before {
    content: 'I';
}

i.wi-mesh.wi-language::before {
    content: 'J';
}

i.wi-mesh.wi-xmark-sharp::before {
    content: 'M';
}

i.wi-mesh.wi-xmark-rounded::before {
    content: 'N';
}

i.wi-mesh.wi-coffee-rounded::before {
    content: 'Q';
}

i.wi-mesh.wi-coffee-sharp::before {
    content: 'R';
}

i.wi-mesh.wi-arrow-line-rounded::before {
    content: 'W';
}

/* Strong Icons */

i.wi-mesh.wi-strong.wi-xmark-sharp::before {
    content: 'K';
}

i.wi-mesh.wi-strong.wi-xmark-rounded::before {
    content: 'L';
}

i.wi-mesh.wi-strong.wi-arrow-sharp::before {
    content: 'U';
}

i.wi-mesh.wi-strong.wi-arrow-line-rounded::before {
    content: 'X';
}

/* Thin Icons */

i.wi-mesh.wi-thin.wi-xmark-sharp::before {
    content: 'O';
}

i.wi-mesh.wi-thin.wi-xmark-rounded::before {
    content: 'P';
}

i.wi-mesh.wi-thin.wi-arrow-sharp::before {
    content: 'V';
}

/* Filled Icons */

i.wi-filled.wi-coffee-rounded-filled::before {
    content: 'S';
}

i.wi-filled.wi-coffee-sharp-filled::before {
    content: 'T';
}
