/*
Theme Name: FontKong Newborn
Theme URI:
Author: Kong Font
Author URI:
Description: FontKong Newborn — responsive WooCommerce theme for FontKong with editable branding, hero and color controls.
Version: 3.4.4
Text Domain: fontkong

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body{
    font-family: 'Poppins', sans-serif;
}
img{max-width: 100%;}

.smartphone{display: none !important;}
@font-face {
    font-family: special-font;
    src: url(Mintmolly.ttf);
}

.header{
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #000;
}
.header > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header > .container > a{
    width: 220px;
}
.header > .container > div{
    display: flex;
    align-items: center;
}
.header > .container > div > a{
    text-decoration: none;
}
.header > .container > div > div > ul > li{
    list-style-type: none;
}
.header > .container > div > div > ul > li:last-child{
    border-right: none;
}
.header > .container > div > div > ul > li > a{
    color: #fff;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    transition: color 0.1s;
}
.header > .container > div > div > ul > .current-menu-item > a{
    color: #1eff00;
}
.header > .container > div > div > ul > li > a:hover{
    color: #1eff00;
}
.flexbox {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mysearch > div {
    display: inline-block;
    position: relative;
}
.mysearch > div:after {
    content: "";
    background: #fff;
    width: 4px;
    height: 12px;
    position: absolute;
    top: 22px;
    right: 0;
    transform: rotate(135deg);
}
.mysearch > div > input {
    color: white;
    font-size: 14px;
    background: transparent;
    width: 30px;
    height: 30px;
    padding: 10px;
    border: solid 3px white;
    outline: none;
    border-radius: 35px;
    transition: width 0.5s;
}
.mysearch > div > input::placeholder {
    color: #efefef;
    opacity: 0;
    transition: opacity 150ms ease-out;
}
.mysearch > div > input:focus::placeholder {
    opacity: 1;
}
.mysearch > div > input:focus,
.mysearch > div > input:not(:placeholder-shown) {
    width: 200px;
}

.intro{
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.intro ul > li{
    list-style-type: none;
}
.intro ul > li{
    list-style-type: none;
    padding-left: 15px;
    width: 100%;
    position: relative;
}
.intro ul > li > span{
    position: absolute;
    top: 0;
    left: 0;
}
.intro .btn-web{
    background-color: #1eff00;
    border-color: #1eff00;
}
.intro .btn-web:hover, .intro .btn-web:focus, .intro .btn-web:active{
    background-color: #1fb60b !important;
    border-color: #1fb60b !important;
}
.intro .btn-dark{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.intro .btn-dark:hover, .intro .btn-dark:focus, .intro .btn-dark:active{
    background-color: #333 !important;
    border-color: #333 !important;
}

.browse-category{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #000;
    color: #fff;
    position: relative;
}
.browse-category > div > .d-flex{
    justify-content: center;
}
.browse-category > div > .row > div > a{
    display: block;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}
.browse-category > div > .row > div > a > img{
    height: 50px;
}
.browse-category > div > .row > div > a:hover{
    text-decoration: none;
    background-color: #333;
}
.browse-category > img{
    position: absolute;
    top: 100%; /* Position Y halfway in */
    left: 50%; /* Position X halfway in */
    transform: translate(-50%,-50%);
}
.browse-category > div > .row{
    padding-left: 200px;
    padding-right: 200px;
    justify-content: center;
}

.latest-font{
    background-color: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
}
.latest-font > div > .d-flex{
    justify-content: center;
}
.latest-font .card{
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: box-shadow 0.2s;
}
.latest-font .card:hover{
    box-shadow: none;
}
.latest-font .card > a{
    color: #333;
    text-decoration: none;
}
.latest-font .card > a > .d-flex{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    align-items: flex-start;
}
.latest-font .card > a > img{
    height: 230px;
}
.latest-font .product-info > a{
    display: none;
}
.latest-font .card > a:last-child{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    width: 110px;
}
.latest-font .card .mycateg{
    justify-content: flex-start !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.latest-font .card .mycateg > a{
    color: #000;
    margin-left: 5px;
    pointer-events: none;
    cursor: default;
}

.trusted{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.trusted > .d-flex{
    justify-content: center;
}

.font-use{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
    color: #fff;
    position: relative;
}
.font-use > div > .d-flex{
    justify-content: center;
}
.font-use .carousel-cell {
    width: 20%;
    margin-right: 10px;
}
.font-use > img{
    position: absolute;
    top: 0; /* Position Y halfway in */
    left: 50%; /* Position X halfway in */
    transform: translate(-50%,-50%);
}

.footer{
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 15px;
    position: relative;
}
.footer > div > .d-flex{
    align-items: flex-start;
}
.footer > div > div > div > ul > li{
    list-style-type: none;
}
.footer > div > div > div > ul > li > a{
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.footer > div > div > div > ul > li > a:hover{
    color: #ededed;
}
.footer > div > div > div > p > span:first-child{
    width: 60px;
    display: inline-block;
}
.footer > img{
    position: absolute;
    top: 0; /* Position Y halfway in */
    left: 50%; /* Position X halfway in */
    transform: translate(-50%,-50%);
}

.freebies{
    padding-top: 50px;
    padding-bottom: 50px;
}
.freebies > .d-flex{
    justify-content: center;
}
.freebies > .input-group{
    width: 50%;
    margin: 15px auto 0 auto;
}

.license{
    padding-top: 50px;
    padding-bottom: 50px;
}
.license > .d-flex{
    justify-content: center;
}
.license .card{
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
    transition: box-shadow 0.2s;
    border-color: transparent;
}
.license .card:hover{
    box-shadow: none;
    border-color: rgba(0,0,0,.050);
}
.license .card ul > li{
    list-style-type: none;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 15px;
    font-size: 14px;
}
.license .card ul > li > i{
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 12px;
}
.eula-list > li{
    list-style-type: none;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 45px;
}
.embroidery-eula-list > li > i{
    position: absolute;
    top: 0;
    left: 5px;
}
.embroidery-eula-list > li{
    list-style-type: none;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 25px;
}
.eula-list > li > i{
    position: absolute;
    top: 4px;
    left: 25px;
    font-size: 12px;
}

.not-allowed{
    padding-top: 50px;
    padding-bottom: 50px;
}
.not-allowed > .d-flex{
    justify-content: center;
}
.not-allowed > div > div > img{
    height: 75px;
}

/*single*/
.single{
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-sale{
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-bottom: 120px;
}
.product-sale .media{
    display: flex;
    align-items: center;
}
.product-sale .media > img {
    width: 75px;
    object-fit: cover;
}
.product-sale .my-variations_form ul > li{
    list-style-type: disc;
    margin-top: 5px;
    margin-bottom: 5px;
}
.woovr-variations .woovr-variation:hover{
    background-color: transparent !important;
}
.woocommerce-variation-price{
    color: #8ba753;
    font-weight: bold;
    margin-bottom: 0.5rem!important;
}
.dpsp-network-icon{
    width: 25px !important;
}
.dpsp-network-label{
    padding: 0 !important;
}
.product-include{
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-include > ul > li{
    list-style-type: disc;
}

.addtocart-button{
    border: none !important;
    padding: 0 !important;
}
.addtocart-button > del{display: none}
.addtocart-button > ins{display: none}
.ajax_add_to_cart.added {
    display:none !important;
}
.added_to_cart{
    font-size: 16px !important;
    background-color: #13cfc4;
    border-color: #13cfc4;
    font-weight: bold !important;
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.added_to_cart:hover, .added_to_cart:focus, .added_to_cart:active {
    background-color: #2ebdb5 !important;
    border-color: #2ebdb5 !important;
    color: #fff;
    text-decoration: none !important;
}

.dpsp-share-text{
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 55px;
}
#dpsp-content-bottom{
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 15px;
}

.out-of-stock{
    display: none;
}
/*single end*/

/*shop*/
.shop{
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.shop > div > .d-flex{
    justify-content: center;
}
.shop .card{
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.1);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: box-shadow 0.2s;
}
.shop .card:hover{
    box-shadow: none;
}
.shop .card > a{
    color: #333;
    text-decoration: none;
}
.shop .card > a > img{
    height: 230px;
}
.shop .card > a > .d-flex{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    align-items: flex-start;
}
.shop .product-info > a{
    display: none;
}
.shop .card > a:last-child{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    width: 110px;
}
.shop .card .mycateg{
    justify-content: flex-start !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.shop .card .mycateg > a{
    color: #000;
    margin-left: 5px;
    pointer-events: none;
    cursor: default;
}
/*shop end*/

/*page*/
.page{
    padding-top: 50px;
    padding-bottom: 50px;
}
/*page end*/

/*contact*/
.contact-us{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-us > div{
    align-items: center;
}
/*contact end*/

/*blog*/
.blog{
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog > div > div > a:nth-child(2){
    margin-bottom: -5px;
}
.blog > div > div > a:hover{
    color: #8ba753;
    text-decoration: none;
}
.blog > div > div > p{
    margin-top: 5px;
}
.blog > div > div > a > img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.single-blog > div > img{
    width: auto;
    height: auto;
}
/*blog end*/

/*checkout*/
.mybilling{
    border: 1px solid #eee;
    padding: 9px 12px;
    margin-bottom: 15px;
}
.mybilling > h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.mybilling > div > p{
    width: 100% !important;
    display: flex;
    align-items: center;
}
.mybilling > div > p > label{
    line-height: normal !important;
    margin-bottom: 0;
    font-weight: bold;
    width: 100%;
}
.mybilling > div > p > span{
    width: 50%;
}
.mybilling > div > p > span > input{
    padding: 4px 6px;
}
/*checkout end*/

/*my-account*/
.my-account{
    padding-top: 150px;
    padding-bottom: 50px;
    min-height: 950px;
}

.my-account-navigation{}
.my-account-navigation > ul{
    margin-bottom: 0;
}
.my-account-navigation > ul > li{
    list-style-type: none;
    border-top: 1px solid #eaeaea;
}
.my-account-navigation > ul > li:last-child{
    border-bottom: 1px solid #eaeaea;
}
.my-account-navigation > ul > li > a{
    display: block;
    padding: 15px 0;
    color: #333;
    font-weight: bold;
}
.my-account-navigation > ul > li > a:hover{
    color: #6441a4;
    text-decoration: none;
}
.my-account-navigation > ul > .is-active > a{
    color: #0e1e67;
}

.edit-password{
    border: 1px solid #eaeaea;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 15px;
    padding-top: 0;
}
.edit-password > legend{
    width: auto !important;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 10px;
}

.woocommerce-privacy-policy-text > p{
    line-height: 110%;
}
.woocommerce-privacy-policy-text > p > a{
    color: #0cb4ce !important;
    font-weight: 700!important;
}

.form-register-login > form{
    margin-right: 20px !important;
}

.member-top{
    padding-top: 50px;
    padding-bottom: 50px;
}
.member-top > .become-member{
    align-items: stretch;
}
.member-top > .become-member > div:first-child{
    background-image: url("images/affiliates-head.png");
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.member-top > .become-member > div:first-child > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.member-top > .become-member > div:first-child > div > h1{
    font-size: 55px;
    line-height: 100%;
}

.member-top > .how-member > div > p{
    line-height: 120%;
}
.member-top > .how-member > div > img{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(214,214,214,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(214,214,214,1);
    box-shadow: 0px 5px 5px 0px rgba(214,214,214,1);
}

.dot-li-none{
    list-style-type: none;
}
/*my-account end*/

/*cart*/
.coupon{
    display: flex;
}
.coupon > input{
    width: 175px !important;
}
/*cart end*/

/*subscription*/
.pms-account-subscription-details-table > tbody > tr > td{
    border: 1px solid #ddd;
    padding: 5px 15px;
}
/*subscription end*/

/*plugin font sample*/
@font-face {
    font-family: horroh;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/HorrohRev.ttf);
}
@font-face {
    font-family: winchester;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/WinchesterRev.ttf);
}
@font-face {
    font-family: blasteran;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/BlasteranRev.ttf);
}
@font-face {
    font-family: alinesignature;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Aline-Signature.ttf);
}
@font-face {
    font-family: songofcoronos;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/song-of-corona.ttf);
}
@font-face {
    font-family: blackbird;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Blackbird.ttf);
}
@font-face {
    font-family: therambler;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/The-Rambler.ttf);
}
@font-face {
    font-family: legend;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/LegendRev.ttf);
}
@font-face {
    font-family: yellosun;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/YellosunRev.ttf);
}
@font-face {
    font-family: spidol;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/SpidolRev.ttf);
}
@font-face {
    font-family: darkpower;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/DarkPowerRev.ttf);
}
@font-face {
    font-family: baliday;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Baliday.ttf);
}
@font-face {
    font-family: therealkenarock;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/TheRealKenarockRev.ttf);
}
@font-face {
    font-family: casofa;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Casofa.ttf);
}
@font-face {
    font-family: cartooncookies;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/CartoonCookiesRev.ttf);
}
@font-face {
    font-family: mustbrow;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/MustbrowRev.ttf);
}
@font-face {
    font-family: boebloe;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Boebloe.ttf);
}
@font-face {
    font-family: chalisa;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/ChalisaRev.ttf);
}
@font-face {
    font-family: drziemboz;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Dr.ZiembozRev.ttf);
}
@font-face {
    font-family: fishtail;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/FishtailRev.ttf);
}
@font-face {
    font-family: arthica;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/ArtichaRev.ttf);
}
@font-face {
    font-family: guard;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Guard.ttf);
}
@font-face {
    font-family: cointa;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/CointaRev.ttf);
}
@font-face {
    font-family: cempewest;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/CempeWestRev.ttf);
}
@font-face {
    font-family: donaldson;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/DonaldsonRev.ttf);
}
@font-face {
    font-family: borju;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Borju.ttf);
}
@font-face {
    font-family: adinda;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Adinda.ttf);
}
@font-face {
    font-family: alisonfinch;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/AlisonFinchRev.ttf);
}
@font-face {
    font-family: bagfresh;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Bagfresh.ttf);
}
@font-face {
    font-family: bagiebold;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Bagie-Bold.ttf);
}
@font-face {
    font-family: bestbrust;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/BestbrustRev.ttf);
}
@font-face {
    font-family: bobba;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/BobbaRev.ttf);
}
@font-face {
    font-family: bublobold;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Bublo-Bold.ttf);
}
@font-face {
    font-family: chiki;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/ChikiRev.ttf);
}
@font-face {
    font-family: claudia;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Claudia.ttf);
}
@font-face {
    font-family: hooded;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Hooded.ttf);
}
@font-face {
    font-family: histery;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/HisteryRev.ttf);
}
@font-face {
    font-family: himenz;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Himenz-Bold.ttf);
}
@font-face {
    font-family: fortman;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/FortmanRev.ttf);
}
@font-face {
    font-family: japanola;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Japanola.ttf);
}
@font-face {
    font-family: incloud;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Incloud.ttf);
}
@font-face {
    font-family: dabamboo;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Da-Bamboo.ttf);
}
@font-face {
    font-family: cosiriscure;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/CosirisCureRev.ttf);
}
@font-face {
    font-family: cempewest;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Cempe-west.ttf);
}
@font-face {
    font-family: cointa;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Cointa.ttf);
}
@font-face {
    font-family: cooldown;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/CooldownRev.ttf);
}
@font-face {
    font-family: guard;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/GuardRev.ttf);
}
@font-face {
    font-family: khilafah;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Khilafah.ttf);
}
@font-face {
    font-family: kindmonster;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/KindMonsterRev.ttf);
}
@font-face {
    font-family: klock;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Klock.ttf);
}
@font-face {
    font-family: leaf;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/LeafRev.ttf);
}
@font-face {
    font-family: limonea;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/LimoneaRev.ttf);
}
@font-face {
    font-family: manchabold;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Mancha-Bold.ttf);
}
@font-face {
    font-family: mechane;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/MechaneRev.ttf);
}
@font-face {
    font-family: mrdraculle;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/MrDraculleRev.ttf);
}
@font-face {
    font-family: natune;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/NatuneRev.ttf);
}
@font-face {
    font-family: newcookies;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/NewCookiesRev.ttf);
}
@font-face {
    font-family: orcefbold;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/OrcefRev.ttf);
}
@font-face {
    font-family: polka;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Polka.ttf);
}
@font-face {
    font-family: pramudya;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Pramudya.ttf);
}
@font-face {
    font-family: rubrick;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Rubrick-Bold.ttf);
}
@font-face {
    font-family: skellboune;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Skelboune.ttf);
}
@font-face {
    font-family: walktrought;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Walktrought.ttf);
}
@font-face {
    font-family: welldone;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/WelldoneRev.ttf);
}
@font-face {
    font-family: wildness;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/WildnessRev.ttf);
}
@font-face {
    font-family: worflatbold;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Worflat-Bold.ttf);
}
@font-face {
    font-family: zumanie;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Zumanie.ttf);
}
@font-face {
    font-family: beastic;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/BeasticRev.ttf);
}
@font-face {
    font-family: gottam;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/GottamRev.ttf);
}
@font-face {
    font-family: masicha;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/MasichaRev.ttf);
}
@font-face {
    font-family: quanto;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/QuantoRev.ttf);
}
@font-face {
    font-family: tellostick;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/TelloStickRev.ttf);
}
@font-face {
    font-family: articha;
    src: url(https://fontkong.com/wp-content/uploads/2022/03/Articha.ttf);
}
@font-face {
    font-family: meraphy;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/MeraphyRev.ttf);
}
@font-face {
    font-family: broom;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Broom.ttf);
}
@font-face {
    font-family: minnio;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Minnio-Rev.ttf);
}
@font-face {
    font-family: nino;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Nino.ttf);
}
@font-face {
    font-family: extendo;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/ExtendoRev.ttf);
}
@font-face {
    font-family: hijack;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/HiJackRev.ttf);
}
@font-face {
    font-family: honnestly;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Honnestly.ttf);
}
@font-face {
    font-family: javvassoul;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/JavassoulRev.ttf);
}
@font-face {
    font-family: peenguin;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/PeenguinRev.ttf);
}
@font-face {
    font-family: santuy;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/SANTUYREV.ttf);
}
@font-face {
    font-family: zooma;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/ZoomaRev.ttf);
}
@font-face {
    font-family: dumie;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Dumie.ttf);
}
@font-face {
    font-family: benzo;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/BenzoRev.ttf);
}
@font-face {
    font-family: japanramenten;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Japan-ramenten.ttf);
}
@font-face {
    font-family: marthinoul;
    src: url(https://fontkong.com/wp-content/uploads/2022/03/Marthinoul.ttf);
}
@font-face {
    font-family: wynford;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/WynfordRev.ttf);
}
@font-face {
    font-family: charles;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/CharlesRev.ttf);
}
@font-face {
    font-family: jellyokids;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Jellyo.ttf);
}
@font-face {
    font-family: newstilere;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/StilereRev.ttf);
}
@font-face {
    font-family: wilsonhawk;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/WilsonhawkRev.ttf);
}
@font-face {
    font-family: backstranger;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Backstranger.ttf);
}
@font-face {
    font-family: brasblus;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Brasblus.ttf);
}
@font-face {
    font-family: fleepavlop;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Fleepavlop.ttf);
}
@font-face {
    font-family: retrowmentho;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Retrow-Mentho.ttf);
}
@font-face {
    font-family: heroes;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/HeroesRev.ttf);
}
@font-face {
    font-family: englandsignature;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/England-Signature.ttf);
}
@font-face {
    font-family: bongus;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/BongusRev.ttf);
}
@font-face {
    font-family: dunfordmoore;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Dunford-moore.ttf);
}
@font-face {
    font-family: buonumore;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Buon-Umore.ttf);
}
@font-face {
    font-family: gilmoore;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Gilmoore.ttf);
}
@font-face {
    font-family: jacksilver;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Jacksilver.ttf);
}
@font-face {
    font-family: runcrow;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Runcrow.ttf);
}
@font-face {
    font-family: sambletracie;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Samble-Tracie.ttf);
}
@font-face {
    font-family: eastwood;
    src: url(https://fontkong.com/wp-content/uploads/2020/05/Eastwood.ttf);
}
@font-face {
    font-family: cookiesbold;
    src: url(https://fontkong.com/wp-content/uploads/2020/04/Cookies-bold.ttf);
}
@font-face {
    font-family: brutals;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Brutals.ttf);
}
@font-face {
    font-family: chuckybuck;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Chucky-buck.ttf);
}
@font-face {
    font-family: deallisa;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Deallisa.ttf);
}
@font-face {
    font-family: gient;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Gient.ttf);
}
@font-face {
    font-family: hiluck;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Hiluck.ttf);
}
@font-face {
    font-family: jacobandson;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Jacob-and-son.ttf);
}
@font-face {
    font-family: spicy;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Spicy.ttf);
}
@font-face {
    font-family: beambox;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Beam-Box.ttf);
}
@font-face {
    font-family: dolphin;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Dolphin.ttf);
}
@font-face {
    font-family: chiki;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Chiki.ttf);
}
@font-face {
    font-family: cookieschip;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Cookies-chip.ttf);
}
@font-face {
    font-family: mahoney;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Mahoney.ttf);
}
@font-face {
    font-family: forgotten;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/ForgottenRev.ttf);
}
@font-face {
    font-family: juicyluicy;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Juicy-Luicy.ttf);
}
@font-face {
    font-family: ravenborg;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Ravenborg.ttf);
}
@font-face {
    font-family: humingson;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Humingson.ttf);
}
@font-face {
    font-family: sevarozi;
    src: url(https://fontkong.com/wp-content/uploads/2020/06/Sevarozi.ttf);
}
@font-face {
    font-family: eniceplay;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Eniceplay.ttf);
}
@font-face {
    font-family: lovamarte;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Lovamarte.ttf);
}
@font-face {
    font-family: darker;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/DarkerRev.ttf);
}
@font-face {
    font-family: comfortune;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Comfortune.ttf);
}
@font-face {
    font-family: passifille;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Passifille.ttf);
}
@font-face {
    font-family: thenacious;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Thenacious.ttf);
}
@font-face {
    font-family: californiasun;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/California-sun.ttf);
}
@font-face {
    font-family: baimbo;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Baimbo.ttf);
}
@font-face {
    font-family: wishgood;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Wish-Good.ttf);
}
@font-face {
    font-family: armstrong;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Armstrong.ttf);
}
@font-face {
    font-family: babyface;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Babyface.ttf);
}
@font-face {
    font-family: threarer;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Threarer.ttf);
}
@font-face {
    font-family: gembool;
    src: url(https://fontkong.com/wp-content/uploads/2020/07/Gembool.ttf);
}
@font-face {
    font-family: arcades;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Arcades.ttf);
}
@font-face {
    font-family: greatwriten;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Greatwriten.ttf);
}
@font-face {
    font-family: playbrush;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Playbrush.ttf);
}
@font-face {
    font-family: wallrous;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Wallrous.ttf);
}
@font-face {
    font-family: wamatto;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Wamatto.ttf);
}
@font-face {
    font-family: bleach;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Bleach.ttf);
}
@font-face {
    font-family: classicrockband;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Classic-rock-band.ttf);
}
@font-face {
    font-family: reflected;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Reflected.ttf);
}
@font-face {
    font-family: rackles;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Rackles.ttf);
}
@font-face {
    font-family: agnostic;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Agnostic.ttf);
}
@font-face {
    font-family: samhock;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Samhock.ttf);
}
@font-face {
    font-family: deathmatch;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Deathmatch.ttf);
}
@font-face {
    font-family: blackmore;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Blackmore.ttf);
}
@font-face {
    font-family: thelordnight;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/The-Lord-Night.ttf);
}
@font-face {
    font-family: thepurplelove;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/The-Purple-Love.ttf);
}
@font-face {
    font-family: lalemonti;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/La-Lemonti.ttf);
}
@font-face {
    font-family: odessa;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Odessa.ttf);
}
@font-face {
    font-family: riverflows;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/RIVERFLOWS.ttf);
}
@font-face {
    font-family: zepplines;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Zepplines.ttf);
}
@font-face {
    font-family: allmathera;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Allmathera.ttf);
}
@font-face {
    font-family: allyssum;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Allyssum.ttf);
}
@font-face {
    font-family: livermore;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Livermore.ttf);
}
@font-face {
    font-family: greenleaf;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Greenleaf.ttf);
}
@font-face {
    font-family: manggala;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Manggala.ttf);
}
@font-face {
    font-family: amerggedon;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Amerggedon.ttf);
}
@font-face {
    font-family: redsteel;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/RedSteel.ttf);
}
@font-face {
    font-family: bintari;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Bintari.ttf);
}
@font-face {
    font-family: birawa;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Birawa.ttf);
}
@font-face {
    font-family: helloolivia;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Hello-Olivia.ttf);
}
@font-face {
    font-family: whitesystemattic;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/White-Systemattic.ttf);
}
@font-face {
    font-family: smithmouth;
    src: url(https://fontkong.com/wp-content/uploads/2020/08/Smith-mouth.ttf);
}
@font-face {
    font-family: lovinggabriella;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Loving-Gabriella.ttf);
}
@font-face {
    font-family: northwestsignature;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Northwest-Signature.ttf);
}
@font-face {
    font-family: southforest;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/South-Forest.ttf);
}
@font-face {
    font-family: shaeilamaker;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Shaeila-Maker.ttf);
}
@font-face {
    font-family: margo;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Margo.ttf);
}
@font-face {
    font-family: gumymonster;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Gumy-Monster.ttf);
}
@font-face {
    font-family: myhappy;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/My-Happy.ttf);
}
@font-face {
    font-family: roadsunshine;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Road-Sunshine.ttf);
}
@font-face {
    font-family: lunar;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Lunar.ttf);
}
@font-face {
    font-family: betterjack;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Better-Jack.ttf);
}
@font-face {
    font-family: westieametta;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Westie-Ametta.ttf);
}
@font-face {
    font-family: simplysugary;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Simply-Sugary.ttf);
}
@font-face {
    font-family: beautifulday;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Beautiful-Day.ttf);
}
@font-face {
    font-family: insurgence;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Insurgence.ttf);
}
@font-face {
    font-family: malcolm;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Malcolm.ttf);
}
@font-face {
    font-family: billiebonnie;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Billie-Bonnie.ttf);
}
@font-face {
    font-family: northcoast;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/North-Coast.ttf);
}
@font-face {
    font-family: archimate;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Archimate.ttf);
}
@font-face {
    font-family: sambara;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Sambara.ttf);
}
@font-face {
    font-family: walterson;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Walterson.ttf);
}
@font-face {
    font-family: stayhigh;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Stay-High.ttf);
}
@font-face {
    font-family: eternalamsterdam;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Eternal-Amsterdam.ttf);
}
@font-face {
    font-family: winnevinne;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Winne-Vinne.ttf);
}
@font-face {
    font-family: buttercookies;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Butter-Cookies.ttf);
}
@font-face {
    font-family: bluejulieta;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Blue-Julieta.ttf);
}
@font-face {
    font-family: bettertomorrow;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Better-Tomorrow.ttf);
}
@font-face {
    font-family: petterstory;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Petter-Story.ttf);
}
@font-face {
    font-family: abiyuchan;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Abiyu-Chan.ttf);
}
@font-face {
    font-family: battleandy;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Battle-Andy.ttf);
}
@font-face {
    font-family: reflisatta;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Reflisatta.ttf);
}
@font-face {
    font-family: pinkerston;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Pinkerston.ttf);
}
@font-face {
    font-family: falencia;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Falencia.ttf);
}
@font-face {
    font-family: pathertimes;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Pather-Times.ttf);
}
@font-face {
    font-family: blossom;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Blossom.ttf);
}
@font-face {
    font-family: chambers;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Chambers.ttf);
}
@font-face {
    font-family: carriegallerie;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Carrie-Gallerie.ttf);
}
@font-face {
    font-family: babylovely;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Baby-Lovely.ttf);
}
@font-face {
    font-family: raspberry;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Raspberry.ttf);
}
@font-face {
    font-family: caitlinangelica;
    src: url(https://fontkong.com/wp-content/uploads/2020/09/Caitlin-Angelica.ttf);
}
@font-face {
    font-family: sebbastian;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Sebbastian.ttf);
}
@font-face {
    font-family: nattalya;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Nattalya.ttf);
}
@font-face {
    font-family: dobbystar;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Dobbystar.ttf);
}
@font-face {
    font-family: alloystan;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Alloystan.ttf);
}
@font-face {
    font-family: varenthin;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Varenthin.ttf);
}
@font-face {
    font-family: amorekiena;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Amore-Kiena.ttf);
}
@font-face {
    font-family: fasterbottom;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Faster-Bottom.ttf);
}
@font-face {
    font-family: thetexterius;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/The-Texterius.ttf);
}
@font-face {
    font-family: boogieworth;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Boogie-worth.ttf);
}
@font-face {
    font-family: raynoss;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Raynoss.ttf);
}
@font-face {
    font-family: hottebrush;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Hotte-Brush.ttf);
}
@font-face {
    font-family: amatemora;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Amatemora.ttf);
}
@font-face {
    font-family: beckhand;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Beckhand.ttf);
}
@font-face {
    font-family: forsegi;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Forsegi.ttf);
}
@font-face {
    font-family: byorg;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Byorg.ttf);
}
@font-face {
    font-family: snooky;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Snooky.ttf);
}
@font-face {
    font-family: confused;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Confused.ttf);
}
@font-face {
    font-family: firsttime;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/First-Time.ttf);
}
@font-face {
    font-family: hellowin;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Hellowin.ttf);
}
@font-face {
    font-family: youthwright;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Youth-Wright.ttf);
}
@font-face {
    font-family: christaline;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Christaline.ttf);
}
@font-face {
    font-family: taylorsit;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Taylorsit.ttf);
}
@font-face {
    font-family: wolfraid;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Wolfraid.ttf);
}
@font-face {
    font-family: monsterize;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Monsterize.ttf);
}
@font-face {
    font-family: mutchin;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Mutchin.ttf);
}
@font-face {
    font-family: mackline;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Mackline.ttf);
}
@font-face {
    font-family: glorysunshine;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Glory-Sunshine.ttf);
}
@font-face {
    font-family: mocklips;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Mocklips.ttf);
}
@font-face {
    font-family: heywolf;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Heywolf.ttf);
}
@font-face {
    font-family: alberteen;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Alberteen.ttf);
}
@font-face {
    font-family: kayonna;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Kayonna.ttf);
}
@font-face {
    font-family: margarett;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Margarett.ttf);
}
@font-face {
    font-family: missamalia;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Miss-Amalia.ttf);
}
@font-face {
    font-family: leviathan;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Leviathan.ttf);
}
@font-face {
    font-family: adriana;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Adriana.ttf);
}
@font-face {
    font-family: mozzarella;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Mozzarella.ttf);
}
@font-face {
    font-family: schofield;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Schofield.ttf);
}
@font-face {
    font-family: shaffari;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Shaffari.ttf);
}
@font-face {
    font-family: theblester;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/The-Blester.ttf);
}
@font-face {
    font-family:   dakotaartha;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Dakota-Artha.ttf);
}
@font-face {
    font-family: moonday;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Moonday.ttf);
}
@font-face {
    font-family: sunnday;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Sunnday.ttf);
}
@font-face {
    font-family: addisonaffson;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Addison-Affson.ttf);
}
@font-face {
    font-family: bobbey;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Bobbey.ttf);
}
@font-face {
    font-family: dakiens;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Dakiens.ttf);
}
@font-face {
    font-family: ficosta;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Ficosta.ttf);
}
@font-face {
    font-family: roadlight;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Road-Light.ttf);
}
@font-face {
    font-family: bobbijeffina;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Bobbi-Jeffina.ttf);
}
@font-face {
    font-family: amonghsein;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Amongh-Sein.ttf);
}
@font-face {
    font-family: antoinete;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Antoinete.ttf);
}
@font-face {
    font-family: palesik;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Palesik.ttf);
}
@font-face {
    font-family: stable;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Stable.ttf);
}
@font-face {
    font-family: jeniffer;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Jeniffer.ttf);
}
@font-face {
    font-family: margharita;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Margharita.ttf);
}
@font-face {
    font-family: rosaffina;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Rosaffina.ttf);
}
@font-face {
    font-family: rosanna;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Rosanna.ttf);
}
@font-face {
    font-family: sabrina;
    src: url(https://fontkong.com/wp-content/uploads/2020/10/Sabrina.ttf);
}
@font-face {
    font-family: bricktown;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Bricktown.ttf);
}
@font-face {
    font-family: candywell;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Candywell.ttf);
}
@font-face {
    font-family: freakland;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Freakland.ttf);
}
@font-face {
    font-family: jackdean;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Jackdean.ttf);
}
@font-face {
    font-family: sharlene;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Sharlene.ttf);
}
@font-face {
    font-family: victoria;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Victoria.ttf);
}
@font-face {
    font-family: highjersey;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/HighJerseyRev.ttf);
}
@font-face {
    font-family: mintmolly;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Mintmolly.ttf);
}
@font-face {
    font-family: pollutant;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Pollutant.ttf);
}
@font-face {
    font-family: buckingham;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Buckingham.ttf);
}
@font-face {
    font-family: lafleur;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/La-Fleur.ttf);
}
@font-face {
    font-family: lokey;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Lokey.ttf);
}
@font-face {
    font-family: luimp;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Luimp.ttf);
}
@font-face {
    font-family: rayanne;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Rayanne.ttf);
}
@font-face {
    font-family: rodano;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Rodano.ttf);
}
@font-face {
    font-family: sakurra;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/SakuraRevisi.ttf);
}
@font-face {
    font-family: wishleman;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Wishleman.ttf);
}
@font-face {
    font-family: alexandria;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Alexandria.ttf);
}
@font-face {
    font-family: babydoll;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Baby-Doll.ttf);
}
@font-face {
    font-family: rosemaryjasmine ;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Rosemary-Jasmine.ttf);
}
@font-face {
    font-family: divalia;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Divalia.ttf);
}
@font-face {
    font-family: nevla;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Nevla.ttf);
}
@font-face {
    font-family: zanden;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Zanden.ttf);
}
@font-face {
    font-family: christmasbells;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Christmas-Bells.ttf);
}
@font-face {
    font-family: wimterwhite;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Wimter-White.ttf);
}
@font-face {
    font-family: bagstore;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Bagstore.ttf);
}
@font-face {
    font-family: blackpearl;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Black-Pearl.ttf);
}
@font-face {
    font-family: boostone;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Boostone.ttf);
}
@font-face {
    font-family: cutecartoon;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Cute-Cartoon.ttf);
}
@font-face {
    font-family: greenpoppy;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Green-Poppy.ttf);
}
@font-face {
    font-family: mozzana;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Mozzana.ttf);
}
@font-face {
    font-family: queency;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Queency.ttf);
}
@font-face {
    font-family: mickcaster;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Mick-Caster.ttf);
}
@font-face {
    font-family: charlottebella;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Charlotte-Bella.ttf);
}
@font-face {
    font-family: envellope;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Envellope.ttf);
}
@font-face {
    font-family: oceanaubrey;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Ocean-Aubrey.ttf);
}
@font-face {
    font-family: ironshark;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Iron-Shark.ttf);
}
@font-face {
    font-family: mecha;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Mecha.ttf);
}
@font-face {
    font-family: obsurd;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Obsurd.ttf);
}
@font-face {
    font-family: bunnyhoney;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Bunny-Honey.ttf);
}
@font-face {
    font-family: christmasglooves;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Christmas-Glooves.ttf);
}
@font-face {
    font-family: decembery;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Decembery.ttf);
}
@font-face {
    font-family: hellobeloved;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Hello-Beloved.ttf);
}
@font-face {
    font-family: timeline;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Timeline.ttf);
}
@font-face {
    font-family: sheanholmes;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Shean-Holmes.ttf);
}
@font-face {
    font-family: gladiolus;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Gladiolus-Script.ttf);
}
@font-face {
    font-family: hellilove;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Hellilove.ttf);
}
@font-face {
    font-family: mileshunt;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Miles-hunt.ttf);
}
@font-face {
    font-family: rubeckia;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Rubeckia.ttf);
}
@font-face {
    font-family: adellicia;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Adellicia.ttf);
}
@font-face {
    font-family: aurella;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Aurella.ttf);
}
@font-face {
    font-family: ellanor;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Ellanor.ttf);
}
@font-face {
    font-family: jesiccamariolline;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Jessica-Mariolline.ttf);
}
@font-face {
    font-family: lillianmay;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Lillian-May.ttf);
}
@font-face {
    font-family: skylark;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Skylark.ttf);
}
@font-face {
    font-family: charlotte;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Charlotte.ttf);
}
@font-face {
    font-family: hopkinson;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Hopkinson.ttf);
}
@font-face {
    font-family: morthwicks;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Morthwicks.ttf);
}
@font-face {
    font-family: beattrice;
    src: url(https://fontkong.com/wp-content/uploads/2020/11/Beattrice.ttf);
}
@font-face {
    font-family: ventus;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Ventus.ttf);
}
@font-face {
    font-family: gatheringday;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Gathering-Day.ttf);
}
@font-face {
    font-family: betterdiamond;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Better-Diamond.ttf);
}
@font-face {
    font-family: gearstone;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Gearstone.ttf);
}
@font-face {
    font-family: greenday;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Green-Day.ttf);
}
@font-face {
    font-family: hellosweety;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Hello-Sweety.ttf);
}
@font-face {
    font-family: lovelystory;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Lovelystory.ttf);
}
@font-face {
    font-family: andersonsignature;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Anderson-Signature.ttf);
}
@font-face {
    font-family: maskarebet;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Mas-Karebet.ttf);
}
@font-face {
    font-family: overthingking;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Over-Thingking.ttf);
}
@font-face {
    font-family: newseaffon;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/New-Seaffon.ttf);
}
@font-face {
    font-family: onejannuary;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/One-Jannuary.ttf);
}
@font-face {
    font-family: sunnyrommansa;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Sunny-Rommansa.ttf);
}
@font-face {
    font-family: aurelylovely;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Aurely-Lovely.ttf);
}
@font-face {
    font-family: deathrecord;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/DeathRecordRev.ttf);
}
@font-face {
    font-family: frozzymosther;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Frozzy-Mosther.ttf);
}
@font-face {
    font-family: katterinerose;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Katterine-Rose.ttf);
}
@font-face {
    font-family: kissboom;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Kiss-Boom.ttf);
}
@font-face {
    font-family: doublesignature;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Double-Signature.ttf);
}
@font-face {
    font-family: rossalinaemma;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Rossalina-Emma.ttf);
}
@font-face {
    font-family: saggitarius;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Saggitarius.ttf);
}
@font-face {
    font-family: babycoffee;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Baby-Coffee.ttf);
}
@font-face {
    font-family: hoppedizzie;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Hoppe-Dizzie.ttf);
}
@font-face {
    font-family: orangesignature;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Orange-Signature.ttf);
}
@font-face {
    font-family: ressoven;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Ressoven.ttf);
}
@font-face {
    font-family: katherinna;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Katherinna.ttf);
}
@font-face {
    font-family: minigame;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Minigame.ttf);
}
@font-face {
    font-family: battalioncommander;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Battalion-Commander.ttf);
}
@font-face {
    font-family: clutterstreet;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Clutter-Street.ttf);
}
@font-face {
    font-family: babydoo;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Babydoo.ttf);
}
@font-face {
    font-family: kenthir;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Kenthir.ttf);
}
@font-face {
    font-family: wellside;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/WellsideRev.ttf);
}
@font-face {
    font-family: demonblade;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Demon-Blade.ttf);
}
@font-face {
    font-family: brillian;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Brillian.ttf);
}
@font-face {
    font-family: goldencristal;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/GoldenCristalRev.ttf);
}
@font-face {
    font-family: keffieaustina;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/KettieAustinaRev.ttf);
}
@font-face {
    font-family: queenallura;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Queen-Allura.ttf);
}
@font-face {
    font-family: wonderfull;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Wonderfull.ttf);
}
@font-face {
    font-family: bigger;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Bigger.ttf);
}
@font-face {
    font-family: buffallow;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Buffallow.ttf);
}
@font-face {
    font-family: dellicious;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Dellicious.ttf);
}
@font-face {
    font-family: twoqueen;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Two-Queen.ttf);
}
@font-face {
    font-family: fullmoon;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Fullmoon.ttf);
}
@font-face {
    font-family: blackknight;
    src: url(https://fontkong.com/wp-content/uploads/2020/12/Black-Knight.ttf);
}
@font-face {
    font-family: hasley;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Hasley.ttf);
}
@font-face {
    font-family: speedwritten;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/SpeedWritten.ttf);
}
@font-face {
    font-family: wolesmaker;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Wolesmaker.ttf);
}
@font-face {
    font-family: guadalupe;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Guadalupe.ttf);
}
@font-face {
    font-family: robinette;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Robinette.ttf);
}
@font-face {
    font-family: lamonnisa;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Lamonnisa.ttf);
}
@font-face {
    font-family: barqish;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Barqish.ttf);
}
@font-face {
    font-family: mickylet;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Mickylet.ttf);
}
@font-face {
    font-family: stealdream;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Stealdream.ttf);
}
@font-face {
    font-family: honneysuggary;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Honney-Suggary.ttf);
}
@font-face {
    font-family: myheart;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Myheart.ttf);
}
@font-face {
    font-family: quenisha;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Quenisha.ttf);
}
@font-face {
    font-family: quenitha;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Quenitha.ttf);
}
@font-face {
    font-family: renesmee;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Renesmee.ttf);
}
@font-face {
    font-family: thegalaxy;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/The-Galaxy.ttf);
}
@font-face {
    font-family: thehuman;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/The-Human.ttf);
}
@font-face {
    font-family: georgia;
    src: url(https://fontkong.com/wp-content/uploads/2021/01/Georgia.ttf);
}
@font-face {
    font-family: lovellyamsterdam;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Lovelly-Amsterdam.ttf);
}
@font-face {
    font-family: arbery;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Arbery.ttf);
}
@font-face {
    font-family: balbaleo;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Balbaleo.ttf);
}
@font-face {
    font-family: cabron;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Cabron.ttf);
}
@font-face {
    font-family: olince;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Olince.ttf);
}
@font-face {
    font-family: suhayla;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Suhayla-.ttf);
}
@font-face {
    font-family: warox;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Warox.ttf);
}
@font-face {
    font-family: boxspagethy;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Box-Spagethy.ttf);
}
@font-face {
    font-family: hallowenkuy;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/HallowenkuyRev.ttf);
}
@font-face {
    font-family: hillarysummer;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Hillary-Summer.ttf);
}
@font-face {
    font-family: hillaryyouth;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Hillary-Youth.ttf);
}
@font-face {
    font-family: junipertree;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Juniper-Tree.ttf);
}
@font-face {
    font-family: dustart;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Dustart.ttf);
}
@font-face {
    font-family: lalytcha;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Lalytcha.ttf);
}
@font-face {
    font-family: massmellow;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Massmellow.ttf);
}
@font-face {
    font-family: puertorico;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Puerto-Rico.ttf);
}
@font-face {
    font-family: billionsmile;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Billion-Smile.ttf);
}
@font-face {
    font-family: hadleighbella;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Hadleigh-Bella.ttf);
}
@font-face {
    font-family: kongfont;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Kong-Font.ttf);
}
@font-face {
    font-family: warlock;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Warlock.ttf);
}
@font-face {
    font-family: acients;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Acients.ttf);
}
@font-face {
    font-family: proline;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/02/Proline.ttf);
}
@font-face {
    font-family: blades;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Blades.ttf);
}
@font-face {
    font-family: lovelyaaustralia;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Lovely-Australia.ttf);
}
@font-face {
    font-family: agustin;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Agustin.ttf);
}
@font-face {
    font-family: blanderman;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Blanderman.ttf);
}
@font-face {
    font-family: bushetch;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Bushetch.ttf);
}
@font-face {
    font-family: playadelamor;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Playa-Del-Amor.ttf);
}
@font-face {
    font-family: alpawolf;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Alpawolf.ttf);
}
@font-face {
    font-family: breader;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Breader.ttf);
}
@font-face {
    font-family: taraka;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Taraka.ttf);
}
@font-face {
    font-family: georgeamstrong;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/George-Amstrong.ttf);
}
@font-face {
    font-family: hiddencoast;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Hidden-Coast.ttf);
}
@font-face {
    font-family: absollute;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Absollute.ttf);
}
@font-face {
    font-family: kindnesspoint;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Kindness-Point.ttf);
}
@font-face {
    font-family: gicery;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Gicery.ttf);
}
@font-face {
    font-family: inzania;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Inzania.ttf);
}
@font-face {
    font-family: zabiat;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Zabiat.ttf);
}
@font-face {
    font-family: retrolab;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Retrolab.ttf);
}
@font-face {
    font-family: undergod;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Undergod.ttf);
}
@font-face {
    font-family: absolutte;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Absolutte.ttf);
}
@font-face {
    font-family: glowie;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Glowie.ttf);
}
@font-face {
    font-family: goostt;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Goostt.ttf);
}
@font-face {
    font-family: amora;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Amora.ttf);
}
@font-face {
    font-family: salthink;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Salthink.ttf);
}
@font-face {
    font-family: artificialjewel;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Artificial-Jewel.ttf);
}
@font-face {
    font-family: artisticcalligraphy;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Artistic-Calligraphy.ttf);
}
@font-face {
    font-family: eidmubarak;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/Eid-Mubarak.ttf);
}
@font-face {
    font-family: theowner;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/THE-OWNER.ttf);
}
@font-face {
    font-family: thethree;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/03/THE-THREE.ttf);
}
@font-face {
    font-family: beatrizabilla;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Beatriz-Abilla.ttf);
}
@font-face {
    font-family: georgeantigua;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/George-Antigua.ttf);
}
@font-face {
    font-family: hillarysamantha;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Hillary-Samantha.ttf);
}
@font-face {
    font-family: salamander;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/SALAMANDER.ttf);
}
@font-face {
    font-family: kricky;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Kricky.ttf);
}
@font-face {
    font-family: alamsyah;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/alamsyah.ttf);
}
@font-face {
    font-family: moulin;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Moulin.ttf);
}
@font-face {
    font-family: stefanock;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Stefanock.ttf);
}
@font-face {
    font-family: michigan;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Michigan.ttf);
}
@font-face {
    font-family: sanctuary;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Sanctuary.ttf);
}
@font-face {
    font-family: bubblekids;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Bubblekids.ttf);
}
@font-face {
    font-family: lovelyballoon;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Lovely-Balloon.ttf);
}
@font-face {
    font-family: blackjack;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Black-Jack.ttf);
}
@font-face {
    font-family: battossa;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Battossa.ttf);
}
@font-face {
    font-family: classual;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Classual.ttf);
}
@font-face {
    font-family: shabyan;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Shabyan.ttf);
}
@font-face {
    font-family: kindnessabstract;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Kindness-Abstract.ttf);
}
@font-face {
    font-family: winnipegosis;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Winnipegosis.ttf);
}
@font-face {
    font-family: blackbook;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackbook.ttf);
}
@font-face {
    font-family: blackjoker;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Black-Joker-Revisi.ttf);
}
@font-face {
    font-family: angelaberdantte;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Angela-Berdantte.ttf);
}
@font-face {
    font-family: blackbox;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackbox-Revisi.ttf);
}
@font-face {
    font-family: manillaqueen;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Manilla-Queen.ttf);
}
@font-face {
    font-family: blacknote;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Black-Note.ttf);
}
@font-face {
    font-family: blackstoner;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Black-Stoner.ttf);
}
@font-face {
    font-family: blackwhite;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Black-White.ttf);
}
@font-face {
    font-family: stikco;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Stikco.ttf);
}
@font-face {
    font-family: blackdiamond;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackdiamond.ttf);
}
@font-face {
    font-family: blackshadow;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackshadow.ttf);
}
@font-face {
    font-family: danettepricilla;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Danette-Pricilla.ttf);
}
@font-face {
    font-family: handymattea;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Handy-Mattea.ttf);
}
@font-face {
    font-family: frenchpolynesia;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/French-Polynesia.ttf);
}
@font-face {
    font-family: sulcant;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Sulcant.ttf);
}
@font-face {
    font-family: lunatic;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Lunatic.ttf);
}
@font-face {
    font-family: blackcloak;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackcloak.ttf);
}
@font-face {
    font-family: madisonscript;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Madison-Script.ttf);
}
@font-face {
    font-family: blackbone;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackbone.ttf);
}
@font-face {
    font-family: blackwall;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackwall.ttf);
}
@font-face {
    font-family:  incloud;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Incloud.ttf);
}
@font-face {
    font-family: alexandry;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Alexandry.ttf);
}
@font-face {
    font-family: blackza;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Blackza.ttf);
}
@font-face {
    font-family: nugget;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Nugget.ttf);
}
@font-face {
    font-family: fillaflow;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Fillaflow.ttf);
}
@font-face {
    font-family: haguiesta;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Haguiesta.ttf);
}
@font-face {
    font-family: scandynafia;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/04/Scandynafia.ttf);
}
@font-face {
    font-family: khilafah;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/KhilafahRev.ttf);
}
@font-face {
    font-family: dabamboo;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/DaBambooRev.ttf);
}
@font-face {
    font-family: blackblade;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Blackblade.ttf);
}
@font-face {
    font-family: blackwine;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Black-Wine.ttf);
}
@font-face {
    font-family: earnestharlley;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Earnest-Harlley.ttf);
}
@font-face {
    font-family: lobots;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Lobots.ttf);
}
@font-face {
    font-family: branches;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Branches.ttf);
}
@font-face {
    font-family: delusion;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Delusion.ttf);
}
@font-face {
    font-family: handwritten;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/HandwrittenFont.ttf);
}
@font-face {
    font-family:  blackgemstone;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Blackgemstone.ttf);
}
@font-face {
    font-family: backtoschool;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Back-to-school.ttf);
}
@font-face {
    font-family: fridollia;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Fridollia.ttf);
}
@font-face {
    font-family: handmix;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Handmix.ttf);
}
@font-face {
    font-family: alexandreas;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Alexandreas.ttf);
}
@font-face {
    font-family: austinaalma;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Austina-Alma.ttf);
}
@font-face {
    font-family: seychelles;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Seychelles.ttf);
}
@font-face {
    font-family: loveaustralia;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Love-Australia.ttf);
}
@font-face {
    font-family: brittanycoast;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Brittany-Coast.ttf);
}
@font-face {
    font-family: blackgunslinger;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Black-Gunslinger.ttf);
}
@font-face {
    font-family: manuscript;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/05/Manuscript.ttf);
}
@font-face {
    font-family: boncheers;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Bon-Cheers.ttf);
}
@font-face {
    font-family: calasaona;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Cala-Saona.ttf);
}
@font-face {
    font-family: elisein;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Elisein.ttf);
}
@font-face {
    font-family: fillguy;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Fillguy.ttf);
}
@font-face {
    font-family: heartblues;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Heart-Blues.ttf);
}
@font-face {
    font-family: luckes;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Luckes.ttf);
}
@font-face {
    font-family: magicalscript;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Magical-Script.ttf);
}
@font-face {
    font-family: palmerlike;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Palmer-Like.ttf);
}
@font-face {
    font-family: blackland;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Blackland.ttf);
}
@font-face {
    font-family: blacksmoke;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Blacksmoke.ttf);
}
@font-face {
    font-family: glarmoure;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Glarmoure.ttf);
}
@font-face {
    font-family: thecalifornia;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/TheCaliforniaRev.ttf);
}
@font-face {
    font-family: basskia;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Basskia.ttf);
}
@font-face {
    font-family: lovecalifornia;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Love-California.ttf);
}
@font-face {
    font-family: lovelycalifornia;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Lovely-California.ttf);
}
@font-face {
    font-family: marghines;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Marghines.ttf);
}
@font-face {
    font-family: matteroffact;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Matter-Of-Fact.ttf);
}
@font-face {
    font-family: blackchrone;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Black-Chrone.ttf);
}
@font-face {
    font-family: blackpanther;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Black-Panther.ttf);
}
@font-face {
    font-family: blackrose;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Blackrose.ttf);
}
@font-face {
    font-family: goodnessmatters;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Goodness-Matters.ttf);
}
@font-face {
    font-family: threesignature;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Three-Signature.ttf);
}
@font-face {
    font-family: callesta;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Callesta.ttf);
}
@font-face {
    font-family: fillate;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Fillate.ttf);
}
@font-face {
    font-family: koonamie;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Koonamie.ttf);
}
@font-face {
    font-family: thesultanempire;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/The-Sultan-Empire-.ttf);
}
@font-face {
    font-family: blackthorn;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Blackthorn.ttf);
}
@font-face {
    font-family: eternalcalifornia;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Eternal-California.ttf);
}
@font-face {
    font-family: honneybaby;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Honney-Baby.ttf);
}
@font-face {
    font-family: lemongrass;
    src: url(https://fontkong.com/wp-content/uploads/2021/06/Lemongrass.ttf);
}
@font-face {
    font-family: chrisbellin;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Chrisbellin.ttf);
}
@font-face {
    font-family: doriasignature;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/DoriaSignatureRev.ttf);
}
@font-face {
    font-family: honeybaby;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Honey-Baby.ttf);
}
@font-face {
    font-family: antiguacoast;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Antigua-Coast.ttf);
}
@font-face {
    font-family: blackmilestone;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Blackmilestone.ttf);
}
@font-face {
    font-family: sandwich;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Sandwich.ttf);
}
@font-face {
    font-family: blackblood;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Black-Blood.ttf);
}
@font-face {
    font-family: sageleaves;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Sage-Leaves.ttf);
}
@font-face {
    font-family: thomascharly;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Thomas-Charly.ttf);
}
@font-face {
    font-family: blackspider;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Black-Spider.ttf);
}
@font-face {
    font-family: itimpressions;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/It-Impressions.ttf);
}
@font-face {
    font-family: jhonbrewster;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/JhonBrewsterRev.ttf);
}
@font-face {
    font-family: lanitosfalls;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Lanitos-Falls.ttf);
}
@font-face {
    font-family: emizen;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Emizen.ttf);
}
@font-face {
    font-family: hallies;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Hallies.ttf);
}
@font-face {
    font-family: terano;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Terano-Regular.ttf);
}
@font-face {
    font-family: foursignature;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Four-Signature.ttf);
}
@font-face {
    font-family: kellystones;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/KellyStonesRev.ttf);
}
@font-face {
    font-family: bufelos;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Bufelos.ttf);
}
@font-face {
    font-family: slabzone;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Slabzone.ttf);
}
@font-face {
    font-family: todays;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Todays-Regular.ttf);
}
@font-face {
    font-family: blackburr;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Blackburr.ttf);
}
@font-face {
    font-family: joancharlotte;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Joan-Charlotte.ttf);
}
@font-face {
    font-family: anthonybennett;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Anthony-Bennett.ttf);
}
@font-face {
    font-family: blackmetal;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Black-Metal.ttf);
}
@font-face {
    font-family: cobes;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Cobes.ttf);
}
@font-face {
    font-family: ironbridge;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Iron-Bridge.ttf);
}
@font-face {
    font-family: stillnight;
    src: url(https://fontkong.com/wp-content/uploads/2021/07/Still-Night.ttf);
}
@font-face {
    font-family: windylane;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/WindyLaneRev.ttf);
}
@font-face {
    font-family: herewellcreek;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/HerewellCreekRev.ttf);
}
@font-face {
    font-family: adellum;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/AdellumRev.ttf);
}
@font-face {
    font-family: sabasrenate;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/SabasRenateRev.ttf);
}
@font-face {
    font-family: barattiel;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/BarattielRev.ttf);
}
@font-face {
    font-family: rachellestern;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Rachelle-Stern.ttf);
}
@font-face {
    font-family: annajones;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Anna-Jones.ttf);
}
@font-face {
    font-family: jonathansmith;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/JonathanSmithRev.ttf);
}
@font-face {
    font-family: lukeosmond;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Luke-Osmond.ttf);
}
@font-face {
    font-family: blackdirty;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Black-Dirty.ttf);
}
@font-face {
    font-family: rollis;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Rollis.ttf);
}
@font-face {
    font-family: writenice;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Write-Nice.ttf);
}
@font-face {
    font-family: candlefest;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Candle-Fest.ttf);
}
@font-face {
    font-family: geraldtownson;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Gerald-Townson.ttf);
}
@font-face {
    font-family: gillianwallace;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/GillianWallaceRev.ttf);
}
@font-face {
    font-family: heroesfest;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Heroes-Fest.ttf);
}
@font-face {
    font-family: lilypadavenue;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/LilypadAvenueRev.ttf);
}
@font-face {
    font-family: hughwhittle;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Hugh-Whittle.ttf);
}
@font-face {
    font-family: samandriel;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/SamandrielRev.ttf);
}
@font-face {
    font-family: wastelowlife;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/WasteLowlifeRev.ttf);
}
@font-face {
    font-family: howellrode;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/HowellRodeRev.ttf);
}
@font-face {
    font-family: pinkypromise;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Pinky-Promise.ttf);
}
@font-face {
    font-family: golemdust;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/GolemDustRev.ttf);
}
@font-face {
    font-family: iangillett;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Ian-Gillett.ttf);
}
@font-face {
    font-family: meadows;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/MeadowsRev.ttf);
}
@font-face {
    font-family: chapterfive;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Chapter-Five.ttf);
}
@font-face {
    font-family: majestysquare;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/MajestySquareRev.ttf);
}
@font-face {
    font-family: hatchill;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/HatchillRev.ttf);
}
@font-face {
    font-family: shallows;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Shallows.ttf);
}
@font-face {
    font-family: grandster;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Grandster.ttf);
}
@font-face {
    font-family: gillianrode;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/GillianRodeRev.ttf);
}
@font-face {
    font-family: glassy;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/GlassyRev.ttf);
}
@font-face {
    font-family: johanhill;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/JohanHillRev.ttf);
}
@font-face {
    font-family: maystone;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/MaystoneRev.ttf);
}
@font-face {
    font-family: rachellgold;
    src: url(https://fontkong.com/wp-content/uploads/2021/08/Rachell-Gold.ttf);
}
@font-face {
    font-family: aliffah;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Aliffah.ttf);
}
@font-face {
    font-family: elione;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Elione.ttf);
}
@font-face {
    font-family: handvintage;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Hand-Vintage.ttf);
}
@font-face {
    font-family: goofies;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Goofies.ttf);
}
@font-face {
    font-family: greenshall;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Greenshall.ttf);
}
@font-face {
    font-family: maestromerrill;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Maestro-Merrill.ttf);
}
@font-face {
    font-family: nealball;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/NealBallRev.ttf);
}
@font-face {
    font-family: bursting;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Bursting.ttf);
}
@font-face {
    font-family: dukemettle;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/DukeMettleRev.ttf);
}
@font-face {
    font-family: allertown;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Allertown.ttf);
}
@font-face {
    font-family: brilliant;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/BrilliantRev.ttf);
}
@font-face {
    font-family: misterroman;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/MisterRomanRev.ttf);
}
@font-face {
    font-family: baroness;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Baroness.ttf);
}
@font-face {
    font-family: starfall;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Starfall.ttf);
}
@font-face {
    font-family: duchesshortons;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/DuchessHortonsRev.ttf);
}
@font-face {
    font-family: kevinlilley;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Kevin-Lilley.ttf);
}
@font-face {
    font-family: russle;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Russle.ttf);
}
@font-face {
    font-family: splinteer;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Splinteer.ttf);
}
@font-face {
    font-family: mirrorpool;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/MirrorPoolRev.ttf);
}
@font-face {
    font-family: eastpassage;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/East-Passage.ttf);
}
@font-face {
    font-family: darketternal;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Dark-Etternal.ttf);
}
@font-face {
    font-family: blackrain;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Black-Rain.ttf);
}
@font-face {
    font-family: bogbeast;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Bogbeast.ttf);
}
@font-face {
    font-family: sweetdream;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Sweet-Dream.ttf);
}
@font-face {
    font-family: burcaster;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Burcaster.ttf);
}
@font-face {
    font-family: hillcollosal;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Hill-Collosal.ttf);
}
@font-face {
    font-family: sleepynight;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Sleepy-Night.ttf);
}
@font-face {
    font-family: figure;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Figure.ttf);
}
@font-face {
    font-family: diagonal;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Diagonal.ttf);
}
@font-face {
    font-family: huntburn;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Huntburn.ttf);
}
@font-face {
    font-family: dorisdebra;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Doris-Debra.ttf);
}
@font-face {
    font-family: balmeda;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Balmeda.ttf);
}
@font-face {
    font-family: spiritday;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Spirit-Day.ttf);
}
@font-face {
    font-family: claudyacoast;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Claudya-Coast.ttf);
}
@font-face {
    font-family: simplebeauty;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Simple-Beauty.ttf);
}
@font-face {
    font-family: oliviaaudrey;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Olivia-Audrey.ttf);
}
@font-face {
    font-family: bagonkhalloween;
    src: url(https://fontkong.com/wp-content/uploads/2021/09/Bagonk-Helloween.ttf);
}
@font-face {
    font-family: jamesdarwin;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/James-Darwin.ttf);
}
@font-face {
    font-family: zahralovely;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Zahra-Lovely.ttf);
}
@font-face {
    font-family: melindajohan;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Melinda-Johan.ttf);
}
@font-face {
    font-family: amonk;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Amonk-Outline.ttf);
}
@font-face {
    font-family: bostana;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Bostana.ttf);
}
@font-face {
    font-family: fantasia;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Fantasia.ttf);
}
@font-face {
    font-family: princedanice;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Prince-Danice.ttf);
}
@font-face {
    font-family: aussieocean;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Aussie-Ocean.ttf);
}
@font-face {
    font-family: deilandsnowy;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Deiland-Snowy.ttf);
}
@font-face {
    font-family: heyjenifer;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Hey-Jenifer.ttf);
}
@font-face {
    font-family: samueloscar;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Samuel-Oscar.ttf);
}
@font-face {
    font-family: judeduncan;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Jude-Duncan.ttf);
}
@font-face {
    font-family: eagleslucas;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Eagles-Lucas.ttf);
}
@font-face {
    font-family: blackbunny;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Black-Bunny.ttf);
}
@font-face {
    font-family: dylansamuel;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Dylan-Samuel.ttf);
}
@font-face {
    font-family: nathangilbert;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Nathan-Gilbert.ttf);
}
@font-face {
    font-family: gabrielsmith;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Gabriel-Smith.ttf);
}
@font-face {
    font-family: gloryheart;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Glory-Heart.ttf);
}
@font-face {
    font-family: normankane;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Norman-Kane.ttf);
}
@font-face {
    font-family: adamsamuel;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Adam-Samuel.ttf);
}
@font-face {
    font-family: capturemoment;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Capture-Moment.ttf);
}
@font-face {
    font-family: paradisescript;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Paradise-Script.ttf);
}
@font-face {
    font-family: baileyscript;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Bailey-Script.ttf);
}
@font-face {
    font-family: hellosannie;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Hello-Sannie.ttf);
}
@font-face {
    font-family: danieldavis;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Daniel-Davis.ttf);
}
@font-face {
    font-family: santadeer;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Santa-Deer.ttf);
}
@font-face {
    font-family: christmassunday;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Christmas-Sunday.ttf);
}
@font-face {
    font-family: shellinasnow;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Shellina-Snow.ttf);
}
@font-face {
    font-family: hellosanta;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Hello-Santa.ttf);
}
@font-face {
    font-family: pinetree;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Pine-Tree.ttf);
}
@font-face {
    font-family: jordanscript;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Jordan-Script.ttf);
}
@font-face {
    font-family: adellescript;
    src: url(https://fontkong.com/wp-content/uploads/2021/10/Adelle-Script.ttf);
}
@font-face {
    font-family: jackhammer;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Jack-Hammer.ttf);
}
@font-face {
    font-family: juliaantonio;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Julia-Antonio.ttf);
}
@font-face {
    font-family: blackspot;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Black-Spot.ttf);
}
@font-face {
    font-family: blackromans;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Black-Romans.ttf);
}
@font-face {
    font-family: blackalberia;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Black-Alberia.ttf);
}
@font-face {
    font-family: tortello;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Tortello-Santa-Hat.ttf);
}
@font-face {
    font-family: blackocean;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Black-Ocean.ttf);
}
@font-face {
    font-family: blackdemon;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Black-Demon.ttf);
}
@font-face {
    font-family: snowboom;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Snow-Boom-Christmas.otf);
}
@font-face {
    font-family: yellowcraft;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Yellow-Craft-Christmas.ttf);
}
@font-face {
    font-family: andrewscript;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Andrew-Script.ttf);
}
@font-face {
    font-family: calmlife;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Calm-Life.ttf);
}
@font-face {
    font-family: sallynelson;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Sally-Nelson.ttf);
}
@font-face {
    font-family: steakrough;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Steak-Rough.ttf);
}
@font-face {
    font-family: sketcomic;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Sketcomic.ttf);
}
@font-face {
    font-family: starco;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Starco.ttf);
}
@font-face {
    font-family: shielfie;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Shielfie-Christmas.ttf);
}
@font-face {
    font-family: gracerilley;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Grace-Rilley.ttf);
}
@font-face {
    font-family: karenjane;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Karen-Jane.ttf);
}
@font-face {
    font-family: brianraja;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Brian-Raja.ttf);
}
@font-face {
    font-family: treenight;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/TreeNight.ttf);
}
@font-face {
    font-family: paulnora;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Paul-Nora.ttf);
}
@font-face {
    font-family: jameshayley;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/James-Hayley.ttf);
}
@font-face {
    font-family: shayne;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Shayne.ttf);
}
@font-face {
    font-family: goodidea;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Good-Idea.ttf);
}
@font-face {
    font-family: jhonallan;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Jhon-Allan.ttf);
}
@font-face {
    font-family: delliga;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Delliga.ttf);
}
@font-face {
    font-family: maryboyd;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Mary-Boyd.ttf);
}
@font-face {
    font-family: asifacarol;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Asifa-Carol.ttf);
}
@font-face {
    font-family: sharkey;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Sharkey.ttf);
}
@font-face {
    font-family: simonallice;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Simon-Allice.ttf);
}
@font-face {
    font-family: brianconor;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Brian-Conor.ttf);
}
@font-face {
    font-family: sallygates;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Sally-Gates.ttf);
}
@font-face {
    font-family: danieljamie;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Daniel-Jamie.ttf);
}
@font-face {
    font-family: sandrarolley;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Sandra-Rolley.ttf);
}
@font-face {
    font-family: olderboys;
    src: url(https://fontkong.com/wp-content/uploads/2021/11/Older-Boys.ttf);
}
@font-face {
    font-family: juliandaniel;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Julian-Daniel.ttf);
}
@font-face {
    font-family: marcellas;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Marcellas.ttf);
}
@font-face {
    font-family: rastano;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Rastano.ttf);
}
@font-face {
    font-family: rushfeel;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Rushfeel.ttf);
}
@font-face {
    font-family: dianabetty;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Diana-Betty.ttf);
}
@font-face {
    font-family: oceancastle;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Ocean-Castle.ttf);
}
@font-face {
    font-family: julliavella;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Jullia-Vella.ttf);
}
@font-face {
    font-family: bettysean;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Betty-Sean.ttf);
}
@font-face {
    font-family: adrianmartin;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Adrian-Martin.ttf);
}
@font-face {
    font-family: janehans;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Jane-Hans.ttf);
}
@font-face {
    font-family: nicoalex;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Nico-Alex.ttf);
}
@font-face {
    font-family: jasonmary;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Jason-Mary.ttf);
}
@font-face {
    font-family: callalilly;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Calla-Lilly.ttf);
}
@font-face {
    font-family: dylanvelma;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Dylan-Velma.ttf);
}
@font-face {
    font-family: davinboys;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Davin-Boys.ttf);
}
@font-face {
    font-family: ericagavin;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Erica-Gavin.ttf);
}
@font-face {
    font-family: windyallan;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Windy-Allan.ttf);
}
@font-face {
    font-family: fionabrown;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Fiona-Brown.ttf);
}
@font-face {
    font-family: rainlily;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Rain-Lily.ttf);
}
@font-face {
    font-family: robinvera;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Robin-Vera.ttf);
}
@font-face {
    font-family: abrashe;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Abrashe.ttf);
}
@font-face {
    font-family: alternitty;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Alternitty.ttf);
}
@font-face {
    font-family: artlantis;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Artlantis.ttf);
}
@font-face {
    font-family: danielrachel;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Daniel-Rachel.ttf);
}
@font-face {
    font-family: dianadavid;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Diana-David.ttf);
}
@font-face {
    font-family: sarahjason;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Sarah-Jason.ttf);
}
@font-face {
    font-family: glennharry;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Glenn-Harry.ttf);
}
@font-face {
    font-family: soviabilly;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Sovia-Billy.ttf);
}
@font-face {
    font-family: gloriamartin;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Gloria-Martin.ttf);
}
@font-face {
    font-family: ginasean;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Gina-Sean.ttf);
}
@font-face {
    font-family: marioemma;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Mario-Emma.ttf);
}
@font-face {
    font-family: rittakelly;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Ritta-Kelly.ttf);
}
@font-face {
    font-family: waynegrout;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Wayne-Grout.ttf);
}
@font-face {
    font-family: claralove;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Claralove.ttf);
}
@font-face {
    font-family: dennison;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Dennison.ttf);
}
@font-face {
    font-family: farzana;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Farzana.ttf);
}
@font-face {
    font-family: courtney;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Courtney.ttf);
}
@font-face {
    font-family: martabug;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Martabug.ttf);
}
@font-face {
    font-family: thornyrock;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/ThornyRock.ttf);
}
@font-face {
    font-family: beasthead;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Beast-Head.ttf);
}
@font-face {
    font-family: dundleson;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Dundleson.ttf);
}
@font-face {
    font-family: balderston;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Balderston.ttf);
}
@font-face {
    font-family: belovedays;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Belovedays.ttf);
}
@font-face {
    font-family: gallagher;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Gallagher.ttf);
}
@font-face {
    font-family: nelville;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Nelville.ttf);
}
@font-face {
    font-family: clusters;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Clusters.ttf);
}
@font-face {
    font-family: lestari;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Lestari.ttf);
}
@font-face {
    font-family: mockarth;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Mockarth.ttf);
}
@font-face {
    font-family: radicks;
    src: url(https://fontkong.com/wp-content/uploads/2021/12/Radicks.ttf);
}
@font-face {
    font-family: patriciaz;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Patriciaz.ttf);
}
@font-face {
    font-family: stevekeith;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Stevekeith.ttf);
}
@font-face {
    font-family: hamer;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Hamer.ttf);
}
@font-face {
    font-family: takeback;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Take-Back.ttf);
}
@font-face {
    font-family: theandallass;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/The-Andallass.ttf);
}
@font-face {
    font-family: olalla;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Olalla.ttf);
}
@font-face {
    font-family: standrock;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/StandRock.ttf);
}
@font-face {
    font-family: starford;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Starford.ttf);
}
@font-face {
    font-family: willard;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Willard.ttf);
}
@font-face {
    font-family: beastquit;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Beastquit.ttf);
}
@font-face {
    font-family: hallart;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Hallart.ttf);
}
@font-face {
    font-family: sharilla;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Sharilla.ttf);
}
@font-face {
    font-family: geoffrey;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Geoffrey.ttf);
}
@font-face {
    font-family: cassablanka;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Cassablanka.ttf);
}
@font-face {
    font-family: ettally;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Ettally.ttf);
}
@font-face {
    font-family: sarlinda;
    src: url(https://fontkong.com/wp-content/uploads/2022/01/Sarlinda.ttf);
}
@font-face {
    font-family: millasignature;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Milla-Signature.ttf);
}
@font-face {
    font-family: sweetcatty;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Sweetcatty.ttf);
}
@font-face {
    font-family: vanillata;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Vanillata.ttf);
}
@font-face {
    font-family: betterfeel;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Betterfeel.ttf);
}
@font-face {
    font-family: margissa;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Margissa.ttf);
}
@font-face {
    font-family: maullindasignature;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Maullinda-Signature.ttf);
}
@font-face {
    font-family: mayoritte;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Mayoritte.ttf);
}
@font-face {
    font-family: mazora;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Mazora.ttf);
}
@font-face {
    font-family: thehardgo;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/The-Hardgo.ttf);
}
@font-face {
    font-family: jacqualine;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Jacqualine.ttf);
}
@font-face {
    font-family: battrayer;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Battrayer.ttf);
}
@font-face {
    font-family: freessella;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Freessella.ttf);
}
@font-face {
    font-family: penthool;
    src: url(https://fontkong.com/wp-content/uploads/2022/02/Penthool.ttf);
}
@font-face {
    font-family: adrocka;
    src: url(https://fontkong.com/wp-content/uploads/2022/03/Adrocka.ttf);
}
@font-face {
    font-family: octage;
    src: url(https://fontkong.com/wp-content/uploads/2022/03/Octage.ttf);
}
@font-face {
    font-family: smiledream;
    src: url(https://fontkong.com/wp-content/uploads/2022/03/Smile-Dream.ttf);
}
@font-face {
    font-family: greatea;
    src: url(https://fontkong.com/wp-content/uploads/2022/03/Greatea.ttf);
}
@font-face {
    font-family: opendoor;
    src: url(https://fontkong.com/wp-content/uploads/2022/03/Opendoor.ttf);
}
@font-face {
    font-family: stardream;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Star-Dream.ttf);
}
@font-face {
    font-family: angellora;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Angellora.ttf);
}
@font-face {
    font-family: craftunes;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Craftunes.ttf);
}
@font-face {
    font-family: owen;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Owen.ttf);
}
@font-face {
    font-family: grandest;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Grandest.ttf);
}
@font-face {
    font-family: inkcraft;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Inkcraft.ttf);
}
@font-face {
    font-family: metabean;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Metabean.ttf);
}
@font-face {
    font-family: brakelly;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Brakelly.ttf);
}
@font-face {
    font-family: takeme;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Takeme.ttf);
}
@font-face {
    font-family: tomes;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Tomes.ttf);
}
@font-face {
    font-family: glamouractual;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/Glamour-Actual.ttf);
}
@font-face {
    font-family: therevenger;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/THE-REVENGER.ttf);
}
@font-face {
    font-family: dextrous;
    src: url(https://fontkong.com/wp-content/uploads/2022/04/DEXTROUS.ttf);
}
@font-face {
    font-family: raska;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Raska.ttf);
}
@font-face {
    font-family: agrinta;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Agrinta.ttf);
}
@font-face {
    font-family: bacode;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Bacode.ttf);
}
@font-face {
    font-family: drstronge;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Dr.Stronge.ttf);
}
@font-face {
    font-family: mariya;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Mariya.ttf);
}
@font-face {
    font-family: norus;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Norus.ttf);
}
@font-face {
    font-family: ronaldtumb;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Ronald-Tumb.ttf);
}
@font-face {
    font-family: smarthallen;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Smart-Hallen.ttf);
}
@font-face {
    font-family: spidernest;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/SPIDER-NEST.ttf);
}
@font-face {
    font-family: sutralah;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Sutralah.ttf);
}
@font-face {
    font-family: texas;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Texas.ttf);
}
@font-face {
    font-family: theabstrack;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/The-Abstrack.ttf);
}
@font-face {
    font-family: waterorange;
    src: url(https://fontkong.com/wp-content/uploads/2022/05/Water-Orange.ttf);
}
@font-face {
    font-family: lalissa;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Lalissa.ttf);
}
@font-face {
    font-family: dinopark;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Dinopark.ttf);
}
@font-face {
    font-family: easytake;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Easytake.ttf);
}
@font-face {
    font-family: shortime;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Shortime.ttf);
}
@font-face {
    font-family: tazman;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Tazman.ttf);
}
@font-face {
    font-family: mashally;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Mashally.ttf);
}
@font-face {
    font-family: justenjoye;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Just-Enjoye-.ttf);
}
@font-face {
    font-family: aprillee;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Aprillee.ttf);
}
@font-face {
    font-family: allvienta;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Allvienta.ttf);
}
@font-face {
    font-family: anetthy;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Anetthy.ttf);
}
@font-face {
    font-family: blackashpalt;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Black-Ashpalt.ttf);
}
@font-face {
    font-family: mellodia;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Mellodia.ttf);
}
@font-face {
    font-family: mootchie;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Mootchie.ttf);
}
@font-face {
    font-family: shellbie;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/Shellbie.ttf);
}
@font-face {
    font-family: speedrace;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/SPEEDRACE-Terbaru.ttf);
}
@font-face {
    font-family: impossible;
    src: url(https://fontkong.com/wp-content/uploads/2022/06/IMPOSSIBLE.ttf);
}
@font-face {
    font-family: thanjidor;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Thanjidor.ttf);
}
@font-face {
    font-family: biodiversity;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Biodiversity.ttf);
}
@font-face {
    font-family: minison;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Minison.ttf);
}
@font-face {
    font-family: olivia;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Olivia.ttf);
}
@font-face {
    font-family: anguishop;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Anguishop.ttf);
}
@font-face {
    font-family: rumania;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Rumania.ttf);
}
@font-face {
    font-family: chelsea;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Chelsea.ttf);
}
@font-face {
    font-family: endlightment;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Endlightment-.ttf);
}
@font-face {
    font-family: magnolia;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Magnolia.ttf);
}
@font-face {
    font-family: chillout;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Chillout.ttf);
}
@font-face {
    font-family: neom;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Neom.ttf);
}
@font-face {
    font-family: bronskiy;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Bronskiy.ttf);
}
@font-face {
    font-family: ghostplay;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Ghostplay.ttf);
}
@font-face {
    font-family: shellan;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Shellan.ttf);
}
@font-face {
    font-family: oultra;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Oultra.ttf);
}
@font-face {
    font-family: us veteran;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/US-Veteran.ttf);
}
@font-face {
    font-family: zombie city;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Zombie-City.ttf);
}
@font-face {
    font-family: digitization;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Digitization.ttf);
}
@font-face {
    font-family: hastna;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Hastna.ttf);
}
@font-face {
    font-family: cristanna;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Cristanna.ttf);
}
@font-face {
    font-family: rocaston;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Rocaston-Regular-.ttf);
}
@font-face {
    font-family: ebson;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Ebson.ttf);
}
@font-face {
    font-family: bento;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Bento-.ttf);
}
@font-face {
    font-family: daviast;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Daviast.ttf);
}
@font-face {
    font-family: satchwell;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Satchwell.ttf);
}
@font-face {
    font-family: seghoro;
    src: url(https://fontkong.com/wp-content/uploads/2022/07/Seghoro.ttf);
}
@font-face {
    font-family: bloodsoul;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Bloodsoul.ttf);
}
@font-face {
    font-family: hellocute;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Hellocute.ttf);
}
@font-face {
    font-family: spacesky;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Spacesky.ttf);
}
@font-face {
    font-family: sportgame;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/SPORT-GAME.ttf);
}
@font-face {
    font-family: kidsedition;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Kids-Edition.ttf);
}
@font-face {
    font-family: muramasa;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Muramasa.ttf);
}
@font-face {
    font-family: cranberry;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Cranberry.ttf);
}
@font-face {
    font-family: blackhunter;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Blackhunter.ttf);
}
@font-face {
    font-family: konggroovy;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Kong-Groovy.ttf);
}
@font-face {
    font-family: berlin;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Berlin.ttf);
}
@font-face {
    font-family: genovast;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Genovast.ttf);
}
@font-face {
    font-family: thunderbolt;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Thunderbolt.ttf);
}
@font-face {
    font-family: kongjapanese;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Kong-Japanese.ttf);
}
@font-face {
    font-family: arabella;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Arabella-.ttf);
}
@font-face {
    font-family: brushle;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Brushle.ttf);
}
@font-face {
    font-family: lemontea;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Lemontea.ttf);
}
@font-face {
    font-family: amigos;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Amigos.ttf);
}
@font-face {
    font-family: anastasha;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Anastasha.ttf);
}
@font-face {
    font-family: queenstown;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Queenstown.ttf);
}
@font-face {
    font-family: thechieldren;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/The-Chieldren.ttf);
}
@font-face {
    font-family: cojira;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Cojira.ttf);
}
@font-face {
    font-family: astraneo;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Astraneo.ttf);
}
@font-face {
    font-family: iceland;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Ice-Land.ttf);
}
@font-face {
    font-family: andone;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Andone.ttf);
}
@font-face {
    font-family: slabew;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Slabew.ttf);
}
@font-face {
    font-family: stonecrusher;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Stone-Crusher.ttf);
}
@font-face {
    font-family: Speedo;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Speedo.ttf);
}
@font-face {
    font-family: christbell;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Christbell.ttf);
}
@font-face {
    font-family: northcoast;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Northcoast.ttf);
}
@font-face {
    font-family: closerize;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Closerize.ttf);
}
@font-face {
    font-family: instink;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Instink.ttf);
}
@font-face {
    font-family: peatter;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Peatter.ttf);
}
@font-face {
    font-family: blacklock;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Blacklock.ttf);
}
@font-face {
    font-family: neons;
    src: url(https://fontkong.com/wp-content/uploads/2022/08/Neons.ttf);
}
@font-face {
    font-family: blackhorse;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Blackhorse-.ttf);
}    
@font-face {
    font-family: gallastar;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Gallastar.ttf);
}
@font-face {
    font-family: candylove;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Candylove.ttf);
}
@font-face {
    font-family: blackmight;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Blackmight.ttf);
}
@font-face {
    font-family: penstyle;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Penstyle.ttf);
}
@font-face {
    font-family: abrusta;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Abrusta.ttf);
}
@font-face {
    font-family: blacknature;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Black-Nature.ttf);
}
@font-face {
    font-family: Beastie;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Beastie.ttf);
}
@font-face {
    font-family: haveday;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Haveday.ttf);
}
@font-face {
    font-family: gilbern;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Gilbern.ttf);
}
@font-face {
    font-family: godiaz;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Godiaz.ttf);
}
@font-face {
    font-family: blackword;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Black-Word.ttf);
}
@font-face {
    font-family: cavalri;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Cavalri.ttf);
}
@font-face {
    font-family: thorns;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Thorns.ttf);
}
@font-face {
    font-family: safilla;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Safilla.ttf);
}
@font-face {
    font-family: tearoma;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Tearoma.ttf);
}
@font-face {
    font-family: reblack;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Reblack.ttf);
}
@font-face {
    font-family: cambridge;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Cambridge.ttf);
}
@font-face {
    font-family: fanista;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Fanista.ttf);
}
@font-face {
    font-family: mariella;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Mariella.ttf);
}
@font-face {
    font-family: winsteve;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Winsteve.ttf);
}
@font-face {
    font-family: battlechips;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Battlechips.ttf);
}
@font-face {
    font-family: westnord;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Westnord-.ttf);
}
@font-face {
    font-family: sanviella;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Sanviella.ttf);
}
@font-face {
    font-family: minnie;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Minnie.ttf);
}
@font-face {
    font-family: hatcfast;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Hatcfast.ttf);
}
@font-face {
    font-family: wealdstone;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Wealdstone.ttf);
}
@font-face {
    font-family: giffbele;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Giffbele.ttf);
}
@font-face {
    font-family: daffina;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Daffina.ttf);
}
@font-face {
    font-family: sachville;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Sachville.ttf);
}
@font-face {
    font-family: kidsbee;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Kidsbee.ttf);
}
@font-face {
    font-family: roboprime;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Roboprime.ttf);
}
@font-face {
    font-family: catterina;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Catterina.ttf);
}
@font-face {
    font-family: monsterazor;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Monsterazor.ttf);
}
@font-face {
    font-family: flanella;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Flanella.ttf);
}
@font-face {
    font-family: quillacollo;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Quillacollo.ttf);
}
@font-face {
    font-family: jefferson;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Jefferson.ttf);
}
@font-face {
    font-family: fabiolla;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Fabiolla.ttf);
}
@font-face {
    font-family: rachesta;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Rachesta.ttf);
}
@font-face {
    font-family: farresta;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Farresta.ttf);
}
@font-face {
    font-family: daniesta;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Daniesta.ttf);
}
@font-face {
    font-family: gialova;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Gialova.ttf);
}
@font-face {
    font-family: hanista;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Hanista.ttf);
}
@font-face {
    font-family: garnella;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Garnella.ttf);
}
@font-face {
    font-family: cristhian;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Cristhian.ttf);
}
@font-face {
    font-family: avoestra;
    src: url(https://fontkong.com/wp-content/uploads/2022/09/Avoestra.ttf);
}
@font-face {
    font-family: ravestro;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Ravestro.ttf);
}
@font-face {
    font-family: getthelove;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Get-The-Love.ttf);
}
@font-face {
    font-family: jacyntta;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Jacyntta.ttf);
}
@font-face {
    font-family: danetta;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Danetta.ttf);
}
@font-face {
    font-family: hougthon;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Hougthon.ttf);
}
@font-face {
    font-family: chewies;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Chewies.ttf);
}
@font-face {
    font-family: frazentta;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Frazentta.ttf);
}
@font-face {
    font-family: sanchest;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Sanchest.ttf);
}
@font-face {
    font-family: thornest;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Thornest.ttf);
}
@font-face {
    font-family: margove;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Margove.ttf);
}
@font-face {
    font-family: wistoria;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Wistoria.ttf);
}
@font-face {
    font-family: whistney;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Whistney.ttf);
}
@font-face {
    font-family: bellgia;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Bellgia.ttf);
}
@font-face {
    font-family: mrcowboys;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Mr.Cowboys.ttf);
}
@font-face {
    font-family: basilisk;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Basilisk.ttf);
}
@font-face {
    font-family: zaletta;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Zaletta.ttf);
}
@font-face {
    font-family: sandriana;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Sandriana.ttf);
}
@font-face {
    font-family: riverflows;
    src: url(https://fontkong.com/wp-content/uploads/2022/10/Riverflows.ttf);
}
@font-face {
    font-family: javassoul;
    src: url(https://fontkong.com/wp-content/uploads/2022/11/Javassoul.ttf);
}
@font-face {
    font-family: halloa;
    src: url(https://fontkong.com/wp-content/uploads/2022/11/Halloa.ttf);
}
@font-face {
    font-family: bluehero;
    src: url(https://fontkong.com/wp-content/uploads/2022/11/Bluehero-Fill.ttf);
}
@font-face {
    font-family: alliya;
    src: url(https://fontkong.com/wp-content/uploads/2022/11/Alliya.ttf);
}
@font-face {
    font-family: backed;
    src: url(https://fontkong.com/wp-content/uploads/2022/11/Backed.ttf);
}
@font-face {
    font-family: Cardiosca;
    src: url(https://fontkong.com/wp-content/uploads/2022/11/Cardiosca.ttf);
}
@font-face {
    font-family: churoz;
    src: url(https://fontkong.com/wp-content/uploads/2022/11/Churoz.ttf);
}
@font-face {
    font-family: aesthetic;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Aesthetic.ttf);
}
@font-face {
    font-family: beauty;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Beauty.ttf);
}
@font-face {
    font-family: charla;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Charla.ttf);
}
@font-face {
    font-family: discofest;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Discofest.ttf);
}
@font-face {
    font-family: druilla;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Druilla.ttf);
}
@font-face {
    font-family: technova;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Technova.ttf);
}
@font-face {
    font-family: gloria;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Gloria.ttf);
}
@font-face {
    font-family: bubblegum;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Bubble-Gum.ttf);
}
@font-face {
    font-family: memoire;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Memoire.ttf);
}
@font-face {
    font-family: monnoline;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Monnoline.ttf);
}
@font-face {
    font-family: hellokids;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Hello-Kids.ttf);
}
@font-face {
    font-family: Fabious;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Fabious.ttf);
}
@font-face {
    font-family: Yummy;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Yummy.ttf);
}
@font-face {
    font-family: crazys;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Crazys.ttf);
}
@font-face {
    font-family: milkids;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Milkids.ttf);
}
@font-face {
    font-family: babynote;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Babynote.ttf);
}
@font-face {
    font-family: rovan;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Rovan.ttf);
}
@font-face {
    font-family: grillstone;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Grillstone.ttf);
}
@font-face {
    font-family: scratching;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Scratching.ttf);
}
@font-face {
    font-family: elite;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Elite.ttf);
}
@font-face {
    font-family: classic;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Classic.ttf);
}
@font-face {
    font-family: babycute;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Baby-Cute.ttf);
}
@font-face {
    font-family: harmony;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Harmony.ttf);
}
@font-face {
    font-family: Quality;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Quality.ttf);
}
@font-face {
    font-family: crabbyparty;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Crabby-Party.ttf);
}
@font-face {
    font-family: mockatea;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Mockatea.ttf);
}
@font-face {
    font-family: alexina;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Alexina.ttf);
}
@font-face {
    font-family: futurist;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Futurist.ttf);
}
@font-face {
    font-family: valentineromantic;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Valentine-Romantic.ttf);
}
@font-face {
    font-family: happyvalentine;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Happy-Valentine.ttf);
}
@font-face {
    font-family: valentinedream;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Valentine-Dream.ttf);
}
@font-face {
    font-family: valentinenight;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Valentine-Night.ttf);
}
@font-face {
    font-family: valentinesoul;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Valentine-Soul.ttf);
}
@font-face {
    font-family: eidmubarakarabic;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Eid-Mubarak-Arabic.ttf);
}
@font-face {
    font-family: ramadhanarabic;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Ramadhan-Arabic.ttf);
}
@font-face {
    font-family: neith;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Neith.ttf);
}
@font-face {
    font-family: happy;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Happy.ttf);
}
@font-face {
    font-family: japanatsuki;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Japanatsuki.ttf);
}
@font-face {
    font-family: baseball;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Baseball.ttf);
}
@font-face {
    font-family: hypertour;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Hyper-Tour.ttf);
}
@font-face {
    font-family: elegant;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Elegant.ttf);
}
@font-face {
    font-family: extreme;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Extreme.ttf);
}
@font-face {
    font-family: empire;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Empire.ttf);
}
@font-face {
    font-family: school;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/School.ttf);
}
@font-face {
    font-family: vaganza;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Vaganza.ttf);
}
@font-face {
    font-family: volters;
    src: url(https://fontkong.com/wp-content/uploads/2022/12/Volters.ttf);
}
@font-face {
    font-family: gongxifacai;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Gong-Xi-Fa-Cai.ttf);
}
@font-face {
    font-family: valentineday;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Valentine-Day.ttf);
}
@font-face {
    font-family: rastano;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Rastano.ttf);
}
@font-face {
    font-family: colorfuldecorativealphabet;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Colorful-Decorative-Alphabet-SVG.ttf);
}
@font-face {
    font-family: bubblegumdinoalphabet;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/BubbleGum-Dino-Alphabet.ttf);
}
@font-face {
    font-family: decorativeclutterstreet;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Decorative-Clutter-Street.ttf);
}
@font-face {
    font-family: decorativefonttreenight;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Decorative-font-Tree-Night.ttf);
}
@font-face {
    font-family: summer;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Summer.ttf);
}
@font-face {
    font-family: racingcar;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Racing-Car.ttf);
}
@font-face {
    font-family: science;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Science.ttf);
}
@font-face {
    font-family: urbangraffiti;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Urban-Graffiti.ttf);
}
@font-face {
    font-family: sportsman;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Sportsman.ttf);
}
@font-face {
    font-family: chinesenewyear;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Chinese-New-Year.ttf);
}
@font-face {
    font-family: orphic;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Orphic.ttf);
}
@font-face {
    font-family: ramadhankareem;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Ramadhan-Kareem.ttf);
}
@font-face {
    font-family: couplevalentine;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Couple-Valentine.ttf);
}
@font-face {
    font-family: popsunshine;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Pop-Sunshine.ttf);
}
@font-face {
    font-family: tropicalsummer;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Tropical-Summer.ttf);
}
@font-face {
    font-family: champion;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Champion.ttf);
}
@font-face {
    font-family: logos;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Logos.ttf);
}
@font-face {
    font-family: jersey;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Jersey.ttf);
}
@font-face {
    font-family: japankimono;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Japan-Kimono.ttf);
}
@font-face {
    font-family: japantokyo;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Japan-Tokyo.ttf);
}
@font-face {
    font-family: island;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Island.ttf);
}
@font-face {
    font-family: streetfunkgraffiti;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Streetfunk-Graffiti.ttf);
}
@font-face {
    font-family: headton;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Headton.ttf);
}
@font-face {
    font-family: decorativequality;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Decorative-Quality.ttf);
}
@font-face {
    font-family: decorativefontolivia;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Decorative-Font-Olivia.ttf);
}
@font-face {
    font-family: decorativefontstonecrusher;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Decorative-Font-Stone-Crusher.ttf);
}
@font-face {
    font-family: decorativemonnoline;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Decorative-Monnoline.ttf);
}
@font-face {
    font-family: bellatright;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Bellatright.ttf);
}
@font-face {
    font-family: bronz;
    src: url(https://fontkong.com/wp-content/uploads/2023/01/Bronz.ttf);
}
@font-face {
    font-family: cubemonogramalphabet;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Cube-Monogram-Alphabet.ttf);
}
@font-face {
    font-family: funky;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Funky.ttf);
}
@font-face {
    font-family: racello;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Racello.ttf);
}
@font-face {
    font-family: trekstone;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Trekstone.ttf);
}
@font-face {
    font-family: become;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Become.ttf);
}
@font-face {
    font-family: therisc;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Therisc.ttf);
}
@font-face {
    font-family: decorativefontbaimbo;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Decorative-Font-Baimbo.ttf);
}
@font-face {
    font-family: rustional;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Rustional.ttf);
}
@font-face {
    font-family: dallisignature;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Dalli-Signature.ttf);
}
@font-face {
    font-family: pararel;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Pararel.ttf);
}
@font-face {
    font-family: bismillah;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Bismillah.ttf);
}
@font-face {
    font-family: hellosun;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Hello-Sun.ttf);
}
@font-face {
    font-family: decorativemonogramfontvol1;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Decorative-Monogram-Font-Vol-1.ttf);
}
@font-face {
    font-family: barakallah;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Barakallah.ttf);
}
@font-face {
    font-family: remover;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Remover.ttf);
}
@font-face {
    font-family: monogramcircle3alphabet;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Monogram-Circle-3-Alphabet.ttf);
}
@font-face {
    font-family: octagonmonogramalphabet;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Octagon-Monogram-Alphabet.ttf);
}
@font-face {
    font-family: floweralphabetmonogram;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Flower-Alphabet-Monogram.ttf);
}
@font-face {
    font-family: bepanic;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Bepanic.ttf);
}
@font-face {
    font-family: briketts;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Briketts.ttf);
}
@font-face {
    font-family: elmirad;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Elmirad.ttf);
}
@font-face {
    font-family: uncared;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Uncared.ttf);
}
@font-face {
    font-family: coloni;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Coloni.ttf);
}
@font-face {
    font-family: superkids;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Super-Kids.ttf);
}
@font-face {
    font-family: timezone;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Time-Zone.ttf);
}
@font-face {
    font-family: miracle;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Miracle.ttf);
}
@font-face {
    font-family: eighties;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Eighties.ttf);
}
@font-face {
    font-family: cheese;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Cheese.ttf);
}
@font-face {
    font-family: funny;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Funny.ttf);
}
@font-face {
    font-family: oldish;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Oldish.ttf);
}
@font-face {
    font-family: nexion;
    src: url(https://fontkong.com/wp-content/uploads/2023/02/Nexion.ttf);
}
@font-face {
    font-family: bignue;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Bignue.ttf);
}
@font-face {
    font-family: hoogans;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Hoogans.ttf);
}
@font-face {
    font-family: neufies;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Neufies.ttf);
}
@font-face {
    font-family: historical;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Historical.ttf);
}
@font-face {
    font-family: football;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Football.ttf);
}
@font-face {
    font-family: flawless;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Flawless.ttf);
}
@font-face {
    font-family: hallein;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Hallein.ttf);
}
@font-face {
    font-family: keinsato;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Keinsato.ttf);
}
@font-face {
    font-family: zoneste;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Zoneste.ttf);
}
@font-face {
    font-family: jasmine;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Jasmine.ttf);
}
@font-face {
    font-family: leaguesport;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/League-Sport.ttf);
}
@font-face {
    font-family: mariposa;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Mariposa.ttf);
}
@font-face {
    font-family: united;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/United.ttf);
}
@font-face {
    font-family: autumn;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Autumn.ttf);
}
@font-face {
    font-family: blackburger;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Black-Burger.ttf);
}
@font-face {
    font-family: gamez;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Gamez.ttf);
}
@font-face {
    font-family: brightmemory;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Bright-Memory.ttf);
}
@font-face {
    font-family: blade;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Blade.ttf);
}
@font-face {
    font-family: moonlight;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Moonlight.ttf);
}
@font-face {
    font-family: happymeal;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Happy-Meal.ttf);
}
@font-face {
    font-family: cheerfull;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Cheerfull.ttf);
}
@font-face {
    font-family: cartoon;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Cartoon.ttf);
}
@font-face {
    font-family: marigold;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Marigold.ttf);
}
@font-face {
    font-family: korean;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Korean.ttf);
}
@font-face {
    font-family: gearblock;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Gearblock.ttf);
}
@font-face {
    font-family: alozera;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Alozera.ttf);
}
@font-face {
    font-family: phallepa;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Phallepa.ttf);
}
@font-face {
    font-family: slabcamp;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Slab-Camp.ttf);
}
@font-face {
    font-family: saranghaeyo;
    src: url(https://fontkong.com/wp-content/uploads/2023/03/Saranghaeyo.ttf);
}
@font-face {
    font-family: ramyeon;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Ramyeon.ttf);
}
@font-face {
    font-family: seoul;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Seoul.ttf);
}
@font-face {
    font-family: southkorea;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/South-Korea.ttf);
}
@font-face {
    font-family: beatrisa;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Beatrisa.ttf);
}
@font-face {
    font-family: tozza;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Tozza.ttf);
}
@font-face {
    font-family: thehoutsman;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/The-Houtsman.ttf);
}
@font-face {
    font-family: maytoz;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Maytoz.ttf);
}
@font-face {
    font-family: brocolatos;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Brocolatos.ttf);
}
@font-face {
    font-family: rubica;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Rubica.ttf);
}
@font-face {
    font-family: fineta;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Fineta.ttf);
}
@font-face {
    font-family: dinokids;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Dinokids.ttf);
}
@font-face {
    font-family: andromecha;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Andromecha.ttf);
}
@font-face {
    font-family: alexanida;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Alexanida.ttf);
}
@font-face {
    font-family: sumeleh;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Sumeleh.ttf);
}
@font-face {
    font-family: scrop;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Scrop.ttf);
}
@font-face {
    font-family: sundaymine;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Sunday-Mine.ttf);
}
@font-face {
    font-family: happychild;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Happy-Child.ttf);
}
@font-face {
    font-family: hippo;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Hippo.ttf);
}
@font-face {
    font-family: brightany;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Brightany.ttf);
}
@font-face {
    font-family: blurity;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Blurity.ttf);
}
@font-face {
    font-family: clavoe;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Clavoe.ttf);
}
@font-face {
    font-family: losterregular;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Loster-Regular.ttf);
}
@font-face {
    font-family: ressiden;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Ressiden.ttf);
}
@font-face {
    font-family: thesta;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Thesta.ttf);
}
@font-face {
    font-family: storybrushes;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Storybrushes.ttf);
}
@font-face {
    font-family: willybery;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Willybery.ttf);
}
@font-face {
    font-family: julianty;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Julianty.ttf);
}
@font-face {
    font-family: lorepsum;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Lorepsum.ttf);
}
@font-face {
    font-family: dehallybrother;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Dehally-Brother.ttf);
}
@font-face {
    font-family: douglast;
    src: url(https://fontkong.com/wp-content/uploads/2023/04/Douglast.ttf);
}
@font-face {
    font-family: honeybee;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Honey-Bee.ttf);
}
@font-face {
    font-family: funpalace;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Fun-Palace.ttf);
}
@font-face {
    font-family: kidsday;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Kids-Day.ttf);
}
@font-face {
    font-family: regrace;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Regrace.ttf);
}
@font-face {
    font-family: chubbycake;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Chubby-Cake.ttf);
}
@font-face {
    font-family: hogers;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Hogers.ttf);
}
@font-face {
    font-family: berryjuice;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Berry-Juice.ttf);
}
@font-face {
    font-family: quizkid;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Quiz-Kid.ttf);
}
@font-face {
    font-family: playfactory;
    src: url(https://fontkong.com/wp-content/uploads/2023/05/Play-Factory.ttf);
}
@font-face {
    font-family: littlemoony;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Little-Moony.ttf);
}
@font-face {
    font-family: dinoworld;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Dino-World.ttf);
}
@font-face {
    font-family: morica;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Morica.ttf);
}
@font-face {
    font-family: martinos;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Martinos.ttf);
}
@font-face {
    font-family: enterlight;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Enterlight.ttf);
}
@font-face {
    font-family: camprite;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Camprite.ttf);
}
@font-face {
    font-family: bosse;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Bosse.ttf);
}
@font-face {
    font-family: wildya;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Wildya.ttf);
}
@font-face {
    font-family: enjoylittle;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Enjoy-Little.ttf);
}
@font-face {
    font-family: fruitymilk;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Fruity-Milk.ttf);
}
@font-face {
    font-family: cherry;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Cherry.ttf);
}
@font-face {
    font-family: larvapink;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Larva-Pink.ttf);
}
@font-face {
    font-family: bunny;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Bunny.ttf);
}
@font-face {
    font-family: kidsswing;
    src: url(https://fontkong.com/wp-content/uploads/2023/06/Kids-Swing.ttf);
}
@font-face {
    font-family: flush;
    src: url(https://fontkong.com/wp-content/uploads/2023/07/Flush.ttf);
}
@font-face {
    font-family: malikha;
    src: url(https://fontkong.com/wp-content/uploads/2023/07/Malikha.ttf);
}
@font-face {
    font-family: callemae;
    src: url(https://fontkong.com/wp-content/uploads/2023/07/Callemae.ttf);
}
@font-face {
    font-family: boowlink;
    src: url(https://fontkong.com/wp-content/uploads/2023/07/Boowlink.ttf);
}
@font-face {
    font-family: brickgold;
    src: url(https://fontkong.com/wp-content/uploads/2023/07/Brickgold.ttf);
}
@font-face {
    font-family: heybrader;
    src: url(https://fontkong.com/wp-content/uploads/2023/07/Heybrader.ttf);
}
@font-face {
    font-family: blinders;
    src: url(https://fontkong.com/wp-content/uploads/2023/07/Blinders.ttf);
}
@font-face {
    font-family: lillianasignature;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Lilliana-Signature.ttf);
}
@font-face {
    font-family: outlouderssignature;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Outlouders-Signature.ttf);
}
@font-face {
    font-family: signatureyou;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Signatureyou.ttf);
}
@font-face {
    font-family: cutewell;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Cutewell.ttf);
}
@font-face {
    font-family: darenaregular;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Darena-Regular.ttf);
}
@font-face {
    font-family: jabrick;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Jabrick.ttf);
}
@font-face {
    font-family: unbrella;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Unbrella.ttf);
}
@font-face {
    font-family: cutewell;
    src: url(https://fontkong.com/wp-content/uploads/2023/10/Cutewell.ttf);
}
@font-face {
    font-family: konggroovy;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Kong-Groovy.ttf);
}
@font-face {
    font-family: uclear;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Uclear.ttf);
}
@font-face {
    font-family: steakbandy;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Steakbandy.ttf);
}
@font-face {
    font-family: fionabrown;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Fiona-Brown.ttf);
}
@font-face {
    font-family: alusiva;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Alusiva.ttf);
}
@font-face {
    font-family: barqish;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Barqish.ttf);
}
@font-face {
    font-family: aosta;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Aosta.ttf);
}
@font-face {
    font-family: brohype;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Brohype.ttf);
}
@font-face {
    font-family: avenso;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Avenso.ttf);
}
@font-face {
    font-family: castha;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Castha.ttf);
}
@font-face {
    font-family: smithmouth;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Smith-mouth.ttf);
}
@font-face {
    font-family: viloa;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Viloa.ttf);
}
@font-face {
    font-family: movein;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Movein.ttf);
}
@font-face {
    font-family: survivel;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Survivel.ttf);
}
@font-face {
    font-family: hokame;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Hokame.ttf);
}
@font-face {
    font-family: ebox;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Ebox.ttf);
}
@font-face {
    font-family: liberis;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Liberis.ttf);
}
@font-face {
    font-family: hoobastic;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Hoobastic.ttf);
}
@font-face {
    font-family: Constine;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Constine.ttf);
}
@font-face {
    font-family: drivez;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Drivez.ttf);
}
@font-face {
    font-family: copacove;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Copacove.ttf);
}
@font-face {
    font-family: zasqea;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Zasqea.ttf);
}
@font-face {
    font-family: bushcraft;
    src: url(https://fontkong.com/wp-content/uploads/2023/12/Bushcraft.ttf);
}
@font-face {
    font-family: topers;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Topers.ttf);
}
@font-face {
    font-family: couple;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Couple.ttf);
}
@font-face {
    font-family: borgoes;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Borgoes.ttf);
}
@font-face {
    font-family: monaque;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/MONAQUE.ttf);
}
@font-face {
    font-family: lovely;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Lovely.ttf);
}
@font-face {
    font-family: florence;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Florence.ttf);
}
@font-face {
    font-family: queen;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Queen.ttf);
}
@font-face {
    font-family: columbus;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Columbus.ttf);
}
@font-face {
    font-family: bougenville;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/BOUGENVILLE.ttf);
}
@font-face {
    font-family: dinoroar;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Dino-Roar-SVG.otf);
}
@font-face {
    font-family: dinoalphabetnew;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Dino-Alphabet-New-SVG.otf);
}
@font-face {
    font-family: littledino;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Little-Dino-SVG.otf);
}
@font-face {
    font-family: dinochild;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Dino-Child-SVG.otf);
}
@font-face {
    font-family: eggdino;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Egg-Dino-SVG.otf);
}
@font-face {
    font-family: happydino;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Happy-Dino-SVG.otf);
}
@font-face {
    font-family: dinoforest;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Dino-Forest.ttf);
}
@font-face {
    font-family: dinohorn;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Dino-Horn.ttf);
}
@font-face {
    font-family: dinozone;
    src: url(https://fontkong.com/wp-content/uploads/2024/01/Dino-Zone.ttf);
}
@font-face {
    font-family: norma;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Norma.ttf);
}
@font-face {
    font-family: crypton;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Crypton.ttf);
}
@font-face {
    font-family: debazneu;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Debazneu.ttf);
}
@font-face {
    font-family: brighton;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Brighton.ttf);
}
@font-face {
    font-family: valencia;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Valencia.ttf);
}
@font-face {
    font-family: bulgarian;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Bulgarian.ttf);
}
@font-face {
    font-family: crypton;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Crypton.ttf);
}
@font-face {
    font-family: debazneu;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Debazneu.ttf);
}
@font-face {
    font-family: norma;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Norma.ttf);
}
@font-face {
    font-family: topers;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Topers.ttf);
}
@font-face {
    font-family: survivel;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Survivel.ttf);
}
@font-face {
    font-family: brickgold;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Brickgold.ttf);
}
@font-face {
    font-family: ethiopia;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Ethiopia.ttf);
}
@font-face {
    font-family: vultura;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Vultura.ttf);
}
@font-face {
    font-family: elizabeth;
    src: url(https://fontkong.com/wp-content/uploads/2024/02/Elizabeth.ttf);
}
@font-face {
    font-family: busquets;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Busquets.ttf);
}
@font-face {
    font-family: lemonta;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Lemonta.ttf);
}
@font-face {
    font-family: skategraffiti;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Skate-Graffiti.ttf);
}
@font-face {
    font-family: costarica;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Costarica.ttf);
}
@font-face {
    font-family: memorism;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Memorism.ttf);
}
@font-face {
    font-family: salvador;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Salvador.ttf);
}
@font-face {
    font-family: francisco;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Francisco.ttf);
}
@font-face {
    font-family: amore;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Amore.ttf);
}
@font-face {
    font-family: amosca;
    src: url(https://fontkong.com/wp-content/uploads/2024/03/Amosca.ttf);
}
@font-face {
    font-family: pearce;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Pearce.ttf);
}
@font-face {
    font-family: riverwood;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Riverwood.ttf);
}
@font-face {
    font-family: cemora;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Cemora.ttf);
}
@font-face {
    font-family: flowza;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Flowza.ttf);
}
@font-face {
    font-family: cliffton;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Cliffton.ttf);
}
@font-face {
    font-family: bushcraft;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Bushcraft.ttf);
}
@font-face {
    font-family: castha;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Castha.ttf);
}
@font-face {
    font-family: morica;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Morica.ttf);
}
@font-face {
    font-family: ebox;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Ebox.ttf);
}
@font-face {
    font-family: aosta;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Aosta.ttf);
}
@font-face {
    font-family: zasqea;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Zasqea.ttf);
}
@font-face {
    font-family: heidandy;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Hei-Dandy.ttf);
}
@font-face {
    font-family: uclear;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Uclear.ttf);
}
@font-face {
    font-family: misterplaygo;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Mister-Playgo.ttf);
}
@font-face {
    font-family: rabella;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Rabella.ttf);
}
@font-face {
    font-family: scooz;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Scooz.ttf);
}
@font-face {
    font-family: zasquora;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Zasquora.ttf);
}
@font-face {
    font-family: couples;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Couples.ttf);
}
@font-face {
    font-family: costiva;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Costiva.ttf);
}
@font-face {
    font-family: caochella;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Caochella.ttf);
}
@font-face {
    font-family: celliya;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Celliya.ttf);
}
@font-face {
    font-family: billabonk;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Billabonk.ttf);
}
@font-face {
    font-family: mellanta;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Mellanta.ttf);
}
@font-face {
    font-family: wecome;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Wecome.ttf);
}
@font-face {
    font-family: simplefont;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Simplefont.ttf);
}
@font-face {
    font-family: minions;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Minions.ttf);
}
@font-face {
    font-family: zasqie;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Zasqie.ttf);
}
@font-face {
    font-family: avaterra;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Avaterra.ttf);
}
@font-face {
    font-family: drivioz;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Drivioz.ttf);
}
@font-face {
    font-family: drivergun;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Drivergun.ttf);
}
@font-face {
    font-family: vaoline;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Vaoline.ttf);
}
@font-face {
    font-family: clarissa;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Clarissa.ttf);
}
@font-face {
    font-family: toprend;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Toprend.ttf);
}
@font-face {
    font-family: topersify;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Topersify.ttf);
}
@font-face {
    font-family: couplish;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Couplish.ttf);
}
@font-face {
    font-family: costivex;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Costivex.ttf);
}
@font-face {
    font-family: cosline;
    src: url(https://fontkong.com/wp-content/uploads/2024/04/Cosline.ttf);
}
@font-face {
    font-family: thenormans;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/The-Normans.ttf);
}
@font-face {
    font-family: borgenix;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Borgenix.ttf);
}
@font-face {
    font-family: norman;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Norman.ttf);
}
@font-face {
    font-family: morgan;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Morgan.ttf);
}
@font-face {
    font-family: borgona;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Borgona.ttf);
}
@font-face {
    font-family: madeleine;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Madeleine.ttf);
}
@font-face {
    font-family: daylight;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Daylight.ttf);
}
@font-face {
    font-family: topersio;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Topersio.ttf);
}
@font-face {
    font-family: drivzen;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Drivzen.ttf);
}
@font-face {
    font-family: victoria;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/VICTORIA.ttf);
}
@font-face {
    font-family: surviva;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Surviva.ttf);
}
@font-face {
    font-family: aostora;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Aostora.ttf);
}
@font-face {
    font-family: drivex;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Drivex.ttf);
}
@font-face {
    font-family: sereena;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Sereena.ttf);
}
@font-face {
    font-family: survalia;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Survalia.ttf);
}
@font-face {
    font-family: couplin;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Couplin.ttf);
}
@font-face {
    font-family: nortman;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Nortman.ttf);
}
@font-face {
    font-family: borgentina;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Borgentina.ttf);
}
@font-face {
    font-family: floresta;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Floresta.ttf);
}
@font-face {
    font-family: aostiva;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Aostiva.ttf);
}
@font-face {
    font-family: survalyn;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Survalyn.ttf);
}
@font-face {
    font-family: thornion;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Thornion.ttf);
}
@font-face {
    font-family: couplin;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Couplin.ttf);
}
@font-face {
    font-family: elizabeth;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Elizabeth.ttf);
}
@font-face {
    font-family: megatron;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Megatron.ttf);
}
@font-face {
    font-family: vultura;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Vultura.ttf);
}
@font-face {
    font-family: couples;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Couples.ttf);
}
@font-face {
    font-family: cryptonix;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Cryptonix.otf);
}
@font-face {
    font-family: bougenville;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Bougenville.ttf);
}
@font-face {
    font-family: drivzen;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Drivzen.ttf);
}
@font-face {
    font-family: lovely;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Lovely.ttf);
}
@font-face {
    font-family: bulgarian;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Bulgarian.ttf);
}
@font-face {
    font-family: monaque;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Monaque.ttf);
}
@font-face {
    font-family: queen;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Queen.ttf);
}
@font-face {
    font-family: florence;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Florence.ttf);
}
@font-face {
    font-family: thenormans;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/The-Normans.ttf);
}
@font-face {
    font-family: ethiopia;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Ethiopia.ttf);
}
@font-face {
    font-family: cryptoria;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Cryptoria.ttf);
}
@font-face {
    font-family: brighton;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Brighton.ttf);
}
@font-face {
    font-family: columbus;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Columbus.ttf);
}
@font-face {
    font-family: nortman;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Nortman.ttf);
}
@font-face {
    font-family: valencia;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Valencia.ttf);
}
@font-face {
    font-family: couplish;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Couplish.ttf);
}
@font-face {
    font-family: casthara;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Casthara.ttf);
}
@font-face {
    font-family: casthena;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Casthena.ttf);
}
@font-face {
    font-family: cryptonix;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Cryptonix.ttf);
}
@font-face {
    font-family: aostala;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Aostala.ttf);
}
@font-face {
    font-family: casthalia;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Casthalia.ttf);
}
@font-face {
    font-family: cryptonus;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Cryptonus.ttf);
}
@font-face {
    font-family: busquets;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Busquets.ttf);
}
@font-face {
    font-family: cryptoria;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Cryptoria.ttf);
}
@font-face {
    font-family: cryptonus;
    src: url(https://fontkong.com/wp-content/uploads/2024/05/Cryptonus.ttf);
}
@font-face {
    font-family: lemonta;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Lemonta.ttf);
}
@font-face {
    font-family: brohypez;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Brohypez.ttf);
}
@font-face {
    font-family: brohyped;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Brohyped.ttf);
}
@font-face {
    font-family: flowzic;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Flowzic.ttf);
}
@font-face {
    font-family: flowzora;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Flowzora.ttf);
}
@font-face {
    font-family: flowzar;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Flowzar.ttf);
}
@font-face {
    font-family: brohypo;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Brohypo.ttf);
}
@font-face {
    font-family: copacovie;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Copacovie.ttf);
}
@font-face {
    font-family: clarissa;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Clarissa.ttf);
}
@font-face {
    font-family: drivez;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Drivez.ttf);
}
@font-face {
    font-family: avensa;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Avensa.ttf);
}
@font-face {
    font-family: zasque;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Zasque.ttf);
}
@font-face {
    font-family: avensio;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Avensio.ttf);
}
@font-face {
    font-family: avensy;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Avensy.ttf);
}
@font-face {
    font-family: liberisco;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Liberisco.ttf);
}
@font-face {
    font-family: liberisa;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Liberisa.ttf);
}
@font-face {
    font-family: liberis;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Liberis.ttf);
}
@font-face {
    font-family: victoria;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Victoria.ttf);
}
@font-face {
    font-family: liberisx;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Liberisx.ttf);
}
@font-face {
    font-family: minions;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Minions.ttf);
}
@font-face {
    font-family: pearce;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Pearce.ttf);
}
@font-face {
    font-family: survalia;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Survalia.ttf);
}
@font-face {
    font-family: movien;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Movien.ttf);
}
@font-face {
    font-family: picko;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Picko.ttf);
}
@font-face {
    font-family: petron;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Petron.ttf);
}
@font-face {
    font-family: luckyvibe;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Luckyvibe.ttf);
}
@font-face {
    font-family: bouchild;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Bouchild.ttf);
}
@font-face {
    font-family: betones;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Betones.ttf);
}
@font-face {
    font-family: thedemith;
    src: url(https://fontkong.com/wp-content/uploads/2024/06/Thedemith.ttf);
}
@font-face {
    font-family: korean;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Korean.ttf);
}
@font-face {
    font-family: riverflows;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Riverflows.ttf);
}
@font-face {
    font-family: salvador;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Salvador.ttf);
}
@font-face {
    font-family: seoul;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Seoul.ttf);
}
@font-face {
    font-family: copacova;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Copacova.ttf);
}
@font-face {
    font-family: copawave;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Copawave.ttf);
}
@font-face {
    font-family: giggleeyes;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Giggle-Eyes.ttf);
}
@font-face {
    font-family: emocin;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Emocin.ttf);
}
@font-face {
    font-family: naturel;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Naturel.ttf);
}
@font-face {
    font-family: picknick;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Picknick.ttf);
}
@font-face {
    font-family: tacoya;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Tacoya.ttf);
}
@font-face {
    font-family: cupcat;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Cupcat.ttf);
}
@font-face {
    font-family: moveina;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Moveina.ttf);
}
@font-face {
    font-family: venora;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Venora.ttf);
}
@font-face {
    font-family: eboxa;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Eboxa.ttf);
}
@font-face {
    font-family: eboxio;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Eboxio.ttf);
}
@font-face {
    font-family: moveiny;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Moveiny.ttf);
}
@font-face {
    font-family: baloons;
    src: url(https://fontkong.com/wp-content/uploads/2024/07/Baloons.ttf);
}
@font-face {
    font-family: harmone;
    src: url(https://fontkong.com/wp-content/uploads/2024/08/Harmone.ttf);
}
@font-face {
    font-family: eboxus;
    src: url(https://fontkong.com/wp-content/uploads/2024/08/Eboxus.otf);
}
@font-face {
    font-family: nastar;
    src: url(https://fontkong.com/wp-content/uploads/2024/09/Nastar.ttf);
}
@font-face {
    font-family: urbaniser;
    src: url(https://fontkong.com/wp-content/uploads/2024/09/Urbaniser.ttf);
}
@font-face {
    font-family: stevebuck;
    src: url(https://fontkong.com/wp-content/uploads/2024/09/Steve-Buck.ttf);
}
@font-face {
    font-family: luckybowl;
    src: url(https://fontkong.com/wp-content/uploads/2024/09/Lucky-Bowl.ttf);
}
@font-face {
    font-family: heralline;
    src: url(https://fontkong.com/wp-content/uploads/2024/09/Heralline.ttf);
}
@font-face {
    font-family: hellokittle;
    src: url(https://fontkong.com/wp-content/uploads/2024/09/Hello-Kittle.ttf);
}
@font-face {
    font-family: annabawi;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/An-Nabawi.ttf);
}
@font-face {
    font-family: monogramrhombus2alphabet;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Monogram-Rhombus-2-Alphabet.ttf);
}
@font-face {
    font-family: moonde;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Moonde.ttf);
}
@font-face {
    font-family: buhairah;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Buhairah.ttf);
}
@font-face {
    font-family: salmaan;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Salmaan.ttf);
}
@font-face {
    font-family: arraith;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Ar-Raith.ttf);
}
@font-face {
    font-family: muzafer;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Muzafer.ttf);
}
@font-face {
    font-family: saffanah;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Saffanah.ttf);
}
@font-face {
    font-family: Cairo;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Cairo.ttf);
}
@font-face {
    font-family: malikiyah;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Malikiyah.ttf);
}
@font-face {
    font-family: cumbers;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Cumbers.ttf);
}
@font-face {
    font-family: rosallinascript;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Rosallina-Script.ttf);
}
@font-face {
    font-family: shade;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Shade.ttf);
}
@font-face {
    font-family: sweetsoul;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Sweetsoul.ttf);
}
@font-face {
    font-family: westich;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Westich.ttf);
}
@font-face {
    font-family: writtenbook;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Writtenbook.ttf);
}
@font-face {
    font-family: zamro;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Zamro.ttf);
}
@font-face {
    font-family: sadillah;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Sadillah.ttf);
}
@font-face {
    font-family: jamalu;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Jamalu.ttf);
}
@font-face {
    font-family: ashshafa;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Ash-Shafa.ttf);
}
@font-face {
    font-family: bissmikha;
    src: url(https://fontkong.com/wp-content/uploads/2024/10/Bissmikha.ttf);
}
@font-face {
    font-family: ajwadh;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Ajwadh.ttf);
}
@font-face {
    font-family: geolight;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Geolight.ttf);
}
@font-face {
    font-family: ghazali;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Ghazali.ttf);
}
@font-face {
    font-family: hamzah;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Hamzah.ttf);
}
@font-face {
    font-family: kahfi;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Kahfi.ttf);
}
@font-face {
    font-family: medina;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Medina.ttf);
}
@font-face {
    font-family: spacelight;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Spacelight-SVG.ttf);
}
@font-face {
    font-family: muthalib;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Muthalib.ttf);
}
@font-face {
    font-family: lollipop;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Lollipop.ttf);
}
@font-face {
    font-family: aviesta;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Aviesta.ttf);
}
@font-face {
    font-family: highest;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Highest.ttf);
}
@font-face {
    font-family: retrofly;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Retrofly.ttf);
}
@font-face {
    font-family: willsound;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Willsound.ttf);
}
@font-face {
    font-family: balista;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Balista.ttf);
}
@font-face {
    font-family: monthora;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Monthora.ttf);
}
@font-face {
    font-family: christmassnow;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Christmas-Snow-SVG.otf);
}
@font-face {
    font-family: stickchristmas;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Stick-Christmas-SVG.otf);
}
@font-face {
    font-family: thechristmas;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/The-Christmas.ttf);
}
@font-face {
    font-family: christmasbow;
    src: url(https://fontkong.com/wp-content/uploads/2024/11/Christmas-Bow-SVG.otf);
}
@font-face {
    font-family: snakesovereign;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Sovereign.ttf);
}
@font-face {
    font-family: reddragon;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Red-Dragon.ttf);
}
@font-face {
    font-family: chinesedragon;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Dragon.ttf);
}
@font-face {
    font-family: snakecoil;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Coil.ttf);
}
@font-face {
    font-family: snakevenom;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Venom.ttf);
}
@font-face {
    font-family: snakewood;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Wood.ttf);
}
@font-face {
    font-family: snakeviper;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Viper.ttf);
}
@font-face {
    font-family: chineselampion;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Lampion.ttf);
}
@font-face {
    font-family: chinesebamboo;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Bamboo.ttf);
}
@font-face {
    font-family: whitesnake;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/White-Snake.ttf);
}
@font-face {
    font-family: chinesecrimson;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Crimson.ttf);
}
@font-face {
    font-family: chinesecelestial;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Celestial.ttf);
}
@font-face {
    font-family: chinesefestive;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Festive.ttf);
}
@font-face {
    font-family: chineseblaze;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Blaze.ttf);
}
@font-face {
    font-family: chineseshadow;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Chinese-Shadow.ttf);
}
@font-face {
    font-family: snakedynasty;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Dynasty.ttf);
}
@font-face {
    font-family: snakewhisper;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Whisper.ttf);
}
@font-face {
    font-family: snakeyear;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Snake-Year.ttf);
}
@font-face {
    font-family: wonton;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Wonton.ttf);
}
@font-face {
    font-family: valentinerose;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Valentine-Rose.ttf);
}
@font-face {
    font-family: valentineserenade;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Valentine-Serenade.ttf);
}
@font-face {
    font-family: valentineheart;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Valentine-Heart.otf);
}
@font-face {
    font-family: badrisco;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Badrisco.ttf);
}
@font-face {
    font-family: cartnatiall;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Cartnatiall.ttf);
}
@font-face {
    font-family: koowachi;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Koowachi.ttf);
}
@font-face {
    font-family: lailaheya;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Lailaheya.ttf);
}
@font-face {
    font-family: tobetop;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Meliane.ttf);
}
@font-face {
    font-family: meliane;
    src: url(https://fontkong.com/wp-content/uploads/2024/12/Tobetop.ttf);
}
@font-face {
    font-family: adorevalentine;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Adore-Valentine.ttf);
}
@font-face {
    font-family: chocolatelove;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Chocolate-Love.ttf);
}
@font-face {
    font-family: gothicvalentine;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Gothic-Valentine.ttf);
}
@font-face {
    font-family: lovestory;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Love-Story.ttf);
}
@font-face {
    font-family: valentineromance;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Valentine-Romance.ttf);
}
@font-face {
    font-family: cupidlove;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Cupid-Love.ttf);
}
@font-face {
    font-family: valentinegrace;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Valentine-Grace.ttf);
}
@font-face {
    font-family: skyforge;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Skyforge.ttf);
}
@font-face {
    font-family: galaxio;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Galaxio.ttf);
}
@font-face {
    font-family: astromeda;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Astromeda.ttf);
}
@font-face {
    font-family: cosmocorner;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Cosmo-Corner.ttf);
}
@font-face {
    font-family: orbitron;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Orbitron.ttf);
}
@font-face {
    font-family: comet;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Comet.otf);
}
@font-face {
    font-family: glowmore;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Glowmore.ttf);
}
@font-face {
    font-family: goldiva;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Goldiva.ttf);
}
@font-face {
    font-family: luxeira;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Luxeira.ttf);
}
@font-face {
    font-family: rosemary;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Rosemary.ttf);
}
@font-face {
    font-family: brittonia;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Brittonia.ttf);
}
@font-face {
    font-family: childhop;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Childhop.ttf);
}
@font-face {
    font-family: fourest;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Fourest.ttf);
}
@font-face {
    font-family: rasionel;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Rasionel.ttf);
}
@font-face {
    font-family: sellinaty;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Sellinaty.ttf);
}
@font-face {
    font-family: micksu;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Micksu.ttf);
}
@font-face {
    font-family: galleria;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Galleria.ttf);
}
@font-face {
    font-family: ganesha;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Ganesha.ttf);
}
@font-face {
    font-family: thrissca;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Thrissca.ttf);
}
@font-face {
    font-family: kimberly;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Kimberly.ttf);
}
@font-face {
    font-family: latisha;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Latisha.ttf);
}
@font-face {
    font-family: zovaline;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Zovaline.ttf);
}
@font-face {
    font-family: northboys;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/North-Boys.ttf);
}
@font-face {
    font-family: glovania;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Glovania.ttf);
}
@font-face {
    font-family: northboys;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/North-Boys.otf);
}
@font-face {
    font-family: northvietnam;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/North-Vietnam.ttf);
}
@font-face {
    font-family: catalist;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Catalist.ttf);
}
@font-face {
    font-family: alumina;
    src: url(https://fontkong.com/wp-content/uploads/2025/01/Alumina.ttf);
}
@font-face {
    font-family: madeline;
    src: url(https://fontkong.com/wp-content/uploads/2025/02/Madeline.ttf);
}
@font-face {
    font-family: veronica;
    src: url(https://fontkong.com/wp-content/uploads/2025/02/Veronica.ttf);
}
@font-face {
    font-family: enfield;
    src: url(https://fontkong.com/wp-content/uploads/2025/02/Enfield.ttf);
}
@font-face {
    font-family: voresca;
    src: url(https://fontkong.com/wp-content/uploads/2025/02/Voresca.ttf);
}
@font-face {
    font-family: retroflorida;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Retro-Florida.ttf);
}
@font-face {
    font-family: grocela;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Grocela.ttf);
}
@font-face {
    font-family: romano;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Romano.ttf);
}
@font-face {
    font-family: crunchy;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Crunchy.ttf);
}
@font-face {
    font-family: cyberwave;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Cyberwave.ttf);
}
@font-face {
    font-family: beatybrith;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Beatybrith.ttf);
}
@font-face {
    font-family: codeon;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Codeon.ttf);
}
@font-face {
    font-family: codeon;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Codeon.ttf);
}
@font-face {
    font-family: gelato;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Gelato.ttf);
}
@font-face {
    font-family: volance;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Volance.ttf);
}
@font-face {
    font-family: zcotha;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Zcotha.ttf);
}
@font-face {
    font-family: sellinaty;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Sellinaty.ttf);
}
@font-face {
    font-family: beatybrith;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Beatybrith.ttf);
}
@font-face {
    font-family: veronichasuliyem;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Veronicha-Suliyem.ttf);
}
@font-face {
    font-family: linkbrush;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Linkbrush.ttf);
}
@font-face {
    font-family: lovelylonely;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Lovely-Lonely.ttf);
}
@font-face {
    font-family: scribles;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Scribles.ttf);
}
@font-face {
    font-family: zildgion;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Zildgion.ttf);
}
@font-face {
    font-family: asthero;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Asthero.ttf);
}
@font-face {
    font-family: campuraduk;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Campuraduk.ttf);
}
@font-face {
    font-family: vicostra;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Vicostra.ttf);
}
@font-face {
    font-family: gonivo;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Gonivo.ttf);
}
@font-face {
    font-family: glioo;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Glioo.ttf);
}
@font-face {
    font-family: cocktailsummer;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Cocktail-Summer.ttf);
}
@font-face {
    font-family: hardbrush;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Hardbrush.ttf);
}
@font-face {
    font-family: fairbrush;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Fairbrush.ttf);
}
@font-face {
    font-family: forgest;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Forgest.ttf);
}
@font-face {
    font-family: handicart;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Handicart.ttf);
}
@font-face {
    font-family: nuget;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Nuget.ttf);
}
@font-face {
    font-family: thingoo;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Thingoo.ttf);
}
@font-face {
    font-family: eldoria;
    src: url(https://fontkong.com/wp-content/uploads/2025/03/Eldoria.otf);
}
@font-face {
    font-family: bevira;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Bevira.ttf);
}
@font-face {
    font-family: coconutsummer;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Coconut-Summer.ttf);
}
@font-face {
    font-family: croisant;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Croisant.ttf);
}
@font-face {
    font-family: escampur;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Es-Campur.ttf);
}
@font-face {
    font-family: gosca;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Gosca.ttf);
}
@font-face {
    font-family: grovies;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Grovies.ttf);
}
@font-face {
    font-family: velgrace;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Velgrace.ttf);
}
@font-face {
    font-family: quelline;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Quelline.ttf);
}
@font-face {
    font-family: dinoclaw;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Dinoclaw.ttf);
}
@font-face {
    font-family: grazy;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Grazy.ttf);
}
@font-face {
    font-family: logist;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Logist.ttf);
}
@font-face {
    font-family: logist;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Logist.ttf);
}
@font-face {
    font-family: nivoro;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Nivoro.ttf);
}
@font-face {
    font-family: novelle;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Novelle.ttf);
}
@font-face {
    font-family: clouds;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Clouds.ttf);
}
@font-face {
    font-family: flash;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Flash.ttf);
}
@font-face {
    font-family: langits;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Langits.ttf);
}
@font-face {
    font-family: groveo;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Groveo.ttf);
}
@font-face {
    font-family: qukies;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Qukies.ttf);
}
@font-face {
    font-family: brownice;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Brownice.ttf);
}
@font-face {
    font-family: dustineserif;
    src: url(https://fontkong.com/wp-content/uploads/2025/04/Dustine-Serif.ttf);
}
@font-face {
    font-family: nutsbold;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Nuts-Bold.ttf);
}
@font-face {
    font-family: orangesmile;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Orange-Smile.ttf);
}
@font-face {
    font-family: snappy;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Snappy.ttf);
}
@font-face {
    font-family: twinklenotes;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Twinkle-Notes-.ttf);
}
@font-face {
    font-family: bumbipo;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Bumbipo.ttf);
}
@font-face {
    font-family: amoretta;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Amoretta.ttf);
}
@font-face {
    font-family: nexsa;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Nexsa.ttf);
}
@font-face {
    font-family: nuvico;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Nuvico.ttf);
}
@font-face {
    font-family: retrofia;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Retrofia.ttf);
}
@font-face {
    font-family: sovence;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Sovence.ttf);
}
@font-face {
    font-family: diamond;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Diamond.ttf);
}
@font-face {
    font-family: graffblast;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Graff-Blast.ttf);
}
@font-face {
    font-family: urbanhustle;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Urban-Hustle.ttf);
}
@font-face {
    font-family: oldschool;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Old-School.ttf);
}
@font-face {
    font-family: voltra;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Voltra.ttf);
}
@font-face {
    font-family: babyanimalssvg;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Baby-Animals-SVG.ttf);
}
@font-face {
    font-family: delarose;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Delarose.ttf);
}
@font-face {
    font-family: genvielle;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Genvielle.ttf);
}
@font-face {
    font-family: kickrush;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Kickrush.ttf);
}
@font-face {
    font-family: revleq;
    src: url(https://fontkong.com/wp-content/uploads/2025/05/Revleq.ttf);
}
@font-face {
    font-family: adelline;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Adelline.ttf);
}
@font-face {
    font-family: auxore;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Auxore.ttf);
}
@font-face {
    font-family: bilmore;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Bilmore.ttf);
}
@font-face {
    font-family: bordju;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Bordju.ttf);
}
@font-face {
    font-family: hexbold;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Hexbold.ttf);
}
@font-face {
    font-family: silvertees;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Silvertees.ttf);
}
@font-face {
    font-family: groundie;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Groundie.ttf);
}
@font-face {
    font-family: elviona;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Elviona.ttf);
}
@font-face {
    font-family: graph;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Graph.ttf);
}
@font-face {
    font-family: gravon;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Gravon.ttf);
}
@font-face {
    font-family: inkednoise;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Inked-Noise.ttf);
}
@font-face {
    font-family: mysticstory;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Mystic-Story.ttf);
}
@font-face {
    font-family: nevo;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Nevo.ttf);
}
@font-face {
    font-family: shadowkill;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Shadowkill.ttf);
}
@font-face {
    font-family: velion;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Velion.ttf);
}
@font-face {
    font-family: blockraft;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Blockraft.ttf);
}
@font-face {
    font-family: excommune;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Excommune.ttf);
}
@font-face {
    font-family: gluemess;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Gluemess.ttf);
}
@font-face {
    font-family: gluestatic;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Gluestatic.ttf);
}
@font-face {
    font-family: liminalcaps;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Liminalcaps.ttf);
}
@font-face {
    font-family: carbonline;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Carbonline.ttf);
}
@font-face {
    font-family: crayontab;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Crayontab.ttf);
}
@font-face {
    font-family: cutsnipsvg;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Cutsnip-SVG.ttf);
}
@font-face {
    font-family: loficore;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Loficore.ttf);
}
@font-face {
    font-family: pasartulis;
    src: url(https://fontkong.com/wp-content/uploads/2025/06/Pasartulis.ttf);
}
@font-face {
    font-family: anarcopy;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Anarcopy.ttf);
}
@font-face {
    font-family: ghostlinesvg;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Ghostline-SVG.ttf);
}
@font-face {
    font-family: grainfield;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Grainfield.ttf);
}
@font-face {
    font-family: nochannel;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Nochannel.ttf);
}
@font-face {
    font-family: risopop;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Risopop.ttf);
}
@font-face {
    font-family: badtape;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Badtape.ttf);
}
@font-face {
    font-family: loflicker;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Lo-flicker.ttf);
}
@font-face {
    font-family: scanarchysvg;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Scanarchy-SVG.ttf);
}
@font-face {
    font-family: trackroll;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Trackroll.ttf);
}
@font-face {
    font-family: typefraktur;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Typefraktur.ttf);
}
@font-face {
    font-family: deepfried;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Deepfried.ttf);
}
@font-face {
    font-family: errorline;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Errorline.ttf);
}
@font-face {
    font-family: obscuria;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Obscuria.ttf);
}
@font-face {
    font-family: typeworn;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Typeworn.ttf);
}
@font-face {
    font-family: veindrawn;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Veindrawn.ttf);
}
@font-face {
    font-family: dryprintsvg;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Dryprint-SVG.ttf);
}
@font-face {
    font-family: groovello;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Groovello.ttf);
}
@font-face {
    font-family: rejectedtapesvg;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Rejected-Tape-SVG.ttf);
}
@font-face {
    font-family: spitcode;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Spitcode.ttf);
}
@font-face {
    font-family: tapeheadsvg;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Tapehead-SVG.ttf);
}
@font-face {
    font-family: azera;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Azera.ttf);
}
@font-face {
    font-family: blayx;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Blayx.ttf);
}
@font-face {
    font-family: linehard;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Linehard.ttf);
}
@font-face {
    font-family: popy2k;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Popy2k.ttf);
}
@font-face {
    font-family: twirlywishper;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Twirly-Wishper.ttf);
}
@font-face {
    font-family: boogieland;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Boogieland.ttf);
}
@font-face {
    font-family: lineword;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Lineword.ttf);
}
@font-face {
    font-family: mysterious;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Mysterious.ttf);
}
@font-face {
    font-family: roflair;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Roflair.ttf);
}
@font-face {
    font-family: snackbox;
    src: url(https://fontkong.com/wp-content/uploads/2025/07/Snackbox.ttf);
}
@font-face {
    font-family: bloomgum;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Bloom-Gum.ttf);
}
@font-face {
    font-family: crumbell;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Crumbell.ttf);
}
@font-face {
    font-family: discovibe;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Discovibe.ttf);
}
@font-face {
    font-family: gildhaven;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Gildhaven.ttf);
}
@font-face {
    font-family: nexora;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Nexora.ttf);
}
@font-face {
    font-family: caldareth;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Caldareth.ttf);
}
@font-face {
    font-family: creeps;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Creeps.ttf);
}
@font-face {
    font-family: fosera;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Fosera.ttf);
}
@font-face {
    font-family: hexome;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Hexome.ttf);
}
@font-face {
    font-family: holand;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Holand.ttf);
}
@font-face {
    font-family: arcadion;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Arcadion.ttf);
}
@font-face {
    font-family: ghostofdoom;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Ghost-of-Doom.ttf);
}
@font-face {
    font-family: hellvore;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Hellvore.ttf);
}
@font-face {
    font-family: spindark;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Spindark.ttf);
}
@font-face {
    font-family: witchveil;
    src: url(https://fontkong.com/wp-content/uploads/2025/08/Witchveil.ttf);
}
@font-face {
    font-family: belvoir;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Belvoir.ttf);
}
@font-face {
    font-family: christmasstarlight;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Christmas-Starlight.ttf);
}
@font-face {
    font-family: santanatale;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Santa-Natale.ttf);
}
@font-face {
    font-family: scary;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Scary.ttf);
}
@font-face {
    font-family: woodplay;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Wood-Play.ttf);
}
@font-face {
    font-family: urbansketch;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Urban-Sketch.ttf);
}
@font-face {
    font-family: balencia;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Balencia.ttf);
}
@font-face {
    font-family: berryschristmas;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Berrys-Christmas.ttf);
}
@font-face {
    font-family: calliora;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Calliora.ttf);
}
@font-face {
    font-family: louvere;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Louvere.ttf);
}
@font-face {
    font-family: radiora;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Radiora.ttf);
}
@font-face {
    font-family: radiora;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Radiora-1.ttf);
}
@font-face {
    font-family: batavia-;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Batavia-.ttf);
}
@font-face {
    font-family: blackster;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Blackster.ttf);
}
@font-face {
    font-family: goldenhorse;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Golden-Horse.ttf);
}
@font-face {
    font-family: mantra;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Mantra.ttf);
}
@font-face {
    font-family: relife;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Relife.ttf);
}
@font-face {
    font-family: belviora;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Belviora.ttf);
}
@font-face {
    font-family: butterfly;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Butterfly.ttf);
}
@font-face {
    font-family: carvelle;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Carvelle.ttf);
}
@font-face {
    font-family: monic;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Monic.ttf);
}
@font-face {
    font-family: valerine;
    src: url(https://fontkong.com/wp-content/uploads/2025/09/Valerine.ttf);
}
@font-face {
    font-family: callen;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Callen.ttf);
}
@font-face {
    font-family: castelle;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Castelle.ttf);
}
@font-face {
    font-family: grace;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Grace.ttf);
}
@font-face {
    font-family: hellenic;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Hellenic.ttf);
}
@font-face {
    font-family: rebloc;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Rebloc.ttf);
}
@font-face {
    font-family: zephyros;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Zephyros.ttf);
}
@font-face {
    font-family: zyroblox;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/ZyroBlox.otf);
}
@font-face {
    font-family: gomix;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Gomix.ttf);
}
@font-face {
    font-family: gregio;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Gregio.ttf);
}
@font-face {
    font-family: nethion;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Nethion.otf);
}
@font-face {
    font-family: orcuzo;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Orcuzo.otf);
}
@font-face {
    font-family: rosavelle;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Rosavelle.ttf);
}
@font-face {
    font-family: chorun;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Chorun.otf);
}
@font-face {
    font-family: cleopatra;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Cleopatra.otf);
}
@font-face {
    font-family: colossal;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Colossal.otf);
}
@font-face {
    font-family: gralios;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Gralios.ttf);
}
@font-face {
    font-family: oceyne;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Oceyne.otf);
}
@font-face {
    font-family: playtrix;
    src: url(https://fontkong.com/wp-content/uploads/2025/10/Playtrix.otf);
}
@font-face {
    font-family: amosther;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Amosther.otf);
}
@font-face {
    font-family: daksha;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Daksha.otf);
}
@font-face {
    font-family: ladoga;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Ladoga.otf);
}
@font-face {
    font-family: miskhad;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Miskhad.otf);
}
@font-face {
    font-family: rexokha;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Rexokha.otf);
}
@font-face {
    font-family: umbratha;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Umbratha.otf);
}
@font-face {
    font-family: euphoria;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Euphoria.otf);
}
@font-face {
    font-family: grandiose;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Grandiose.otf);
}
@font-face {
    font-family: quanta;
    src: url(https://fontkong.com/wp-content/uploads/2025/11/Quanta.otf);
}
@font-face {
    font-family: bristal;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Bristal.otf);
}
@font-face {
    font-family: decogaze;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Decogaze.otf);
}
@font-face {
    font-family: geomorph;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Geomorph.otf);
}
@font-face {
    font-family: gravdeco;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Gravdeco.otf);
}
@font-face {
    font-family: soulshine;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Soulshine.ttf);
}
@font-face {
    font-family: chupid;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Chupid.otf);
}
@font-face {
    font-family: nexcond;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Nexcond.otf);
}
@font-face {
    font-family: zocobo;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Zocobo.otf);
}
@font-face {
    font-family: vionare;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Vionare.otf);
}
@font-face {
    font-family: snowbubbles;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Snow-Bubbles.otf);
}
@font-face {
    font-family: horseriders;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Horse-Riders.otf);
}
@font-face {
    font-family: rocforce;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Rocforce.otf);
}
@font-face {
    font-family: sodwave;
    src: url(https://fontkong.com/wp-content/uploads/2025/12/Sodwave.otf);
}
@font-face {
    font-family: broger;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Broger.ttf);
}
@font-face {
    font-family: corevis;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Corevis.ttf);
}
@font-face {
    font-family: fionella;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Fionella.otf);
}
@font-face {
    font-family: velmiro;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Velmiro.otf);
}
@font-face {
    font-family: seroona;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Seroona.ttf);
}
@font-face {
    font-family: arcanegrove;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Arcane-Grove.otf);
}
@font-face {
    font-family: blackward;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Blackward.otf);
}
@font-face {
    font-family: callerina;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Callerina.otf);
}
@font-face {
    font-family: axion;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Axion.otf);
}
@font-face {
    font-family: brox;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Brox.otf);
}
@font-face {
    font-family: claresicha;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Claresicha.otf);
}
@font-face {
    font-family: mote;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Mote.otf);
}
@font-face {
    font-family: quirkyweird;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Quirky-Weird.otf);
}
@font-face {
    font-family: cameron;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Cameron.otf);
}
@font-face {
    font-family: hudzaifa;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Hudzaifa.otf);
}
@font-face {
    font-family: qamira;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Qamira.otf);
}
@font-face {
    font-family: mocnelle;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Mocnelle.otf);
}
@font-face {
    font-family: noca;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Noca.otf);
}
@font-face {
    font-family: notcher;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Notcher.otf);
}
@font-face {
    font-family: garcian;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Garcian.otf);
}
@font-face {
    font-family: mightes;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Mightes.otf);
}
@font-face {
    font-family: morcane;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Morcane.ttf);
}
@font-face {
    font-family: savora;
    src: url(https://fontkong.com/wp-content/uploads/2026/01/Savora.otf);
}
@font-face {
    font-family: stronger;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Stronger.otf);
}
@font-face {
    font-family: valmonte;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Valmonte.otf);
}
@font-face {
    font-family: brisca;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Brisca.otf);
}
@font-face {
    font-family: sunsco;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Sunsco.otf);
}
@font-face {
    font-family: grovia;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Grovia.ttf);
}
@font-face {
    font-family: moxen;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Moxen.otf);
}
@font-face {
    font-family: nossavio;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Nossavio.ttf);
}
@font-face {
    font-family: vendelle;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Vendelle.otf);
}
@font-face {
    font-family: vexrun;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Vexrun.otf);
}
@font-face {
    font-family: bangoo;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Bangoo.otf);
}
@font-face {
    font-family: blackking;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Black-King.otf);
}
@font-face {
    font-family: franz;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Franz.otf);
}
@font-face {
    font-family: reluxe;
    src: url(https://fontkong.com/wp-content/uploads/2026/02/Reluxe.otf);
}
@font-face {
    font-family: calvion;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Calvion.ttf);
}
@font-face {
    font-family: bunnygloff;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Bunny-Gloff.otf);
}
@font-face {
    font-family: crosbe;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Crosbe.otf);
}
@font-face {
    font-family: dazzlio;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Dazzlio.ttf);
}
@font-face {
    font-family: pufflino;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Pufflino.otf);
}
@font-face {
    font-family: gotharion;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Gotharion.otf);
}
@font-face {
    font-family: grandoria;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Grandoria.otf);
}
@font-face {
    font-family: snuggle;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Snuggle.otf);
}
@font-face {
    font-family: vocmere;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Vocmere.otf);
}
@font-face {
    font-family: zafflo;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Zafflo.otf);
}
@font-face {
    font-family: bellarose;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Bellarose.otf);
}
@font-face {
    font-family: lavender;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Lavender.otf);
}
@font-face {
    font-family: zavero;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Zavero.otf);
}
@font-face {
    font-family: citylight;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/City-Light.otf);
}
@font-face {
    font-family: elvoria;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Elvoria.otf);
}
@font-face {
    font-family: orvalesse;
    src: url(https://fontkong.com/wp-content/uploads/2026/03/Orvalesse.otf);
}
@font-face {
    font-family: clavier;
    src: url(https://fontkong.com/wp-content/uploads/2026/04/Clavier.otf);
}
@font-face {
    font-family: avoxe;
    src: url(https://fontkong.com/wp-content/uploads/2026/04/Avoxe.otf);
}
@font-face {
    font-family: cenotra;
    src: url(https://fontkong.com/wp-content/uploads/2026/04/Cenotra.otf);
}
@font-face {
    font-family: agora;
    src: url(https://fontkong.com/wp-content/uploads/2026/04/Agora.otf);
}
@font-face {
    font-family: carens;
    src: url(https://fontkong.com/wp-content/uploads/2026/04/Carens.otf);
}
@font-face {
    font-family: arvello;
    src: url(https://fontkong.com/wp-content/uploads/2026/05/Arvello.otf);
}
@font-face {
    font-family: vexion;
    src: url(https://fontkong.com/wp-content/uploads/2026/05/Vexion.otf);
}
@font-face {
    font-family: serelie;
    src: url(https://fontkong.com/wp-content/uploads/2026/05/Serelie.otf);
}
@font-face {
    font-family: fizzberry;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Fizzberry.otf);
}
@font-face {
    font-family: popkinsplash;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Popkin-Splash.otf);
}
@font-face {
    font-family: marmelo;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Marmelo.otf);
}
@font-face {
    font-family: puffparade;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Puff-Parade.otf);
}
@font-face {
    font-family: pixelkiss;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Pixel-Kiss.otf);
}
@font-face {
    font-family: glittersync;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Glitter-Sync.otf);
}
@font-face {
    font-family: softmodem;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Soft-Modem.otf);
}
@font-face {
    font-family: neoncircuit;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Neon-Circuit.otf);
}
@font-face {
    font-family: viralpunch;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Viral-Punch.otf);
}
@font-face {
    font-family: mellowpop;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Mellow-Pop.otf);
}
@font-face {
    font-family: mellowpop;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Mellow-Pop.otf);
}
@font-face {
    font-family: cacaovelvet;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Cacao-Velvet.otf);
}
@font-face {
    font-family: roastledger;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Roast-Ledger.otf);
}
@font-face {
    font-family: axonic;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Axonic.otf);
}
@font-face {
    font-family: lucerra;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Lucerra.otf);
}
@font-face {
    font-family: espressq;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Espressq.otf);
}
@font-face {
    font-family: orville;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Orville.otf);
}
@font-face {
    font-family: morninglatte;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Morning-Latte.otf);
}
@font-face {
    font-family: santosember;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Santos-Ember.otf);
}
@font-face {
    font-family: orbitcrush;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Orbit-Crush.otf);
}
@font-face {
    font-family: novastatic;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Nova-Static.otf);
}
@font-face {
    font-family: orbitcrush;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Orbit-Crush.otf);
}
@font-face {
    font-family: lusterpop;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Luster-Pop.otf);
}
@font-face {
    font-family: chromedarling;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Chrome-Darling.otf);
}
@font-face {
    font-family: snackaroo;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Snackaroo.otf);
}
@font-face {
    font-family: lumabotanica;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Luma-Botanica.otf);
}
@font-face {
    font-family: emeraldisle;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Emerald-Isle.otf);
}
@font-face {
    font-family: sultanalarab;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Sultan-Al-Arab.otf);
}
@font-face {
    font-family: fiestamexico;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Fiesta-Mexico.otf);
}
@font-face {
    font-family: bergwerk;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Berg-Werk.otf);
}
@font-face {
    font-family: vestigia;
    src: url(https://fontkong.com/wp-content/uploads/2026/06/Vestigia.otf);
}
@font-face {
    font-family: obscuraveil;
    src: url(https://fontkong.com/wp-content/uploads/2026/07/Obscura-Veil.otf);
}
@font-face {
    font-family: barnyardbubble;
    src: url(https://fontkong.com/wp-content/uploads/2026/07/Barnyard-Bubble.otf);
}
@font-face {
    font-family: muddyboots;
    src: url(https://fontkong.com/wp-content/uploads/2026/07/Muddy-Boots.otf);
}
@font-face {
    font-family: carrotquest;
    src: url(https://fontkong.com/wp-content/uploads/2026/07/Carrot-Quest.otf);
}
@font-face {
    font-family: wastelandcore;
    src: url(https://fontkong.com/wp-content/uploads/2026/07/Wasteland-Core.otf);
}
@font-face {
    font-family: sunnyacres;
    src: url(https://fontkong.com/wp-content/uploads/2026/07/Sunny-Acres.otf);
}
@font-face {
    font-family: midnightconfession;
    src: url(https://fontkong.com/wp-content/uploads/2026/07/Midnight-Confession.otf);
}

/*plugin font sample end*/


.special-font{font-family: special-font;}
.line-green{
    border: 2px solid #00ff00;
    border-radius: 5px;
    width: 50px;
}
.line-black{
    border: 2px solid #000;
    border-radius: 5px;
    width: 50px;
}
.line-white{
    border: 2px solid #fff;
    border-radius: 5px;
    width: 50px;
}
.link-web{
    color: #333;
}
.link-web:hover{
    color: #13cfc4;
    text-decoration: none;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active{
    background-color: #333 !important;
    border-color: #333 !important;
}
.d-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.width100{width: 100% !important;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.txt-white{color: #fff;}
.txt-green{color: #00ff00;}
.txt-greenold{color: #8ba753;}
.txt-red{color: #ff0000;}
.txt-orange{color: #c43f04;}
.bordercolor-red{border-color: #ff0000;}
.web-link{color: #0cb4ce !important;}


@media (max-width: 768px){
    .header > .container{
        display: none;
    }
    .smartphone {
        display: block !important;
    }
    .smartphone > img{
        width: 200px;
    }
    .smartphone > a {
        margin-left: 80%;
        margin-top: 0;
    }
    .smartphone > div > ul > li > a {
        color: #000 !important;
    }
    .smartphone .menu{
        margin: 0;
    }

    .my-search-mobile{
        display: flex;
        justify-content: space-around;
    }
    .my-search-mobile > div > button{
        border: 1px solid #ced4da;
        border-left: none;
        background-color: #ced4da;
    }
    .my-search-mobile > div > button:active, .my-search-mobile > div > button:focus{
        border: 1px solid #999;
        border-left: none;
        background-color: #999;
        box-shadow: none !important;
    }
    .search-box-mobile{
        width: 83% !important;
        padding: 10px 15px !important;
        margin: 0 !important;
    }
    .search-box-mobile:focus{
        box-shadow: none !important;
    }
    .search-fixed{
        position: fixed;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding: 10px;
        z-index: 999;
    }
    
    .intro{
        padding-top: 50px;
    }
    .intro img{
        height: auto !important;
    }

    .browse-category > div > .row{
        padding: 15px;
    }
    .browse-category > div > .row > div{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .font-use .carousel-cell{
        width: 100%;
    }

    .footer{
        padding-bottom: 100px;
    }
    .footer > div > div{
        flex-direction: column-reverse;
    }
    .footer > div > div > ul{
        width: 100%;
    }
    .footer > div > div > ul:last-child{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .footer > div > div > ul:last-child > li{
        border: none;
    }

    .license > table > thead > tr > th{
        min-width: 200px !important;
    }
    .eula-list > li{
        padding-left: 30px;
    }
    .eula-list > li > i{
        left: 10px;
    }

    .product-image img {
        height: 35vh;
    }

    .line-green, .line-black, .line-white{
        width: 15px;
    }
    
    .mybilling > div > p > span {
        width: 100%;
    }

    /*subscription*/
    .pms-account-subscription-details-table > tbody > tr > td{
        font-size: 14px;
    }
    /*subscription end*/

    .sp-none{display: none;}
    .sp-block{display: block !important;}
    .sp-exchange > div:first-child{order: 2;}
    .sp-exchange > div:last-child{order: 1;}
    .sp-text-left{text-align: left !important;}
    .sp-text-center{text-align: center !important;}
    .sp-d-flex{display: flex;}
    .sp-p-0{padding: 0;}
    .sp-mt-3{margin-top: 1rem;}
    .sp-mt-5{margin-top: 3rem;}
    .sp-mr-2{margin-right: .5rem;}
    .sp-mr-3{margin-right: 1rem;}
    .sp-mb-3{margin-bottom: 1rem;}
    .sp-mb-5{margin-bottom: 3rem;}
}