@font-face {
    font-family: "tabler-icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./fonts/tabler-icons.woff2") format("woff2"),
         url("./fonts/tabler-icons.woff") format("woff"),
         url("./fonts/tabler-icons.ttf") format("truetype");
}

.ti {
    font-family: "tabler-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-home:before         { content: "\eac1"; } 
.ti-code:before         { content: "\ea77"; } 
.ti-dashboard:before    { content: "\ea87"; } 
.ti-login:before        { content: "\eba7"; } 
.ti-logout:before       { content: "\eba8"; } 

.ti-wave-sine:before    { content: "\ecd4"; } 
.ti-wallet:before       { content: "\eb75"; } 
.ti-cloud-code:before   { content: "\f84e"; } 
.ti-shield-check:before { content: "\eb22"; } 
.ti-user-plus:before    { content: "\eb4b"; } 
.ti-qrcode:before       { content: "\eb11"; } 
.ti-credit-card:before  { content: "\ea84"; } 
.ti-list-details:before { content: "\ef40"; } 
.ti-history:before      { content: "\ebea"; } 
.ti-copy:before         { content: "\ea7a"; } 