@charset "utf-8";

/*add this to style.css of the child theme*/

@font-face {
font-family: 'Skyey-Cloudland';
src: url('font/Skyey-Cloudland.eot');
src: url('font/Skyey-Cloudland.eot?#iefix') format('embedded-opentype'),
url('font/Skyey-Cloudland.woff') format('woff'),
url('font/Skyey-Cloudland.ttf') format('truetype'),
url('font/Skyey-Cloudland.svg#Skyey-Cloudland') format('svg');
font-weight: normal;
font-style: normal;
}

/*add required icon classes here*/
.Skyey-Cloudland [class^="soc-font-"], .Skyey-Cloudland [class*="soc-font-"],
.Skyey-Cloudland-Esports [class^="soc-font-"], .Skyey-Cloudland-Esports [class*="soc-font-"],
.Lam-Star [class^="soc-font-"], .Lam-Star [class*="soc-font-"],
.LINE [class^="soc-font-"], .LINE [class*="soc-font-"],
.Discord [class^="soc-font-"], .Discord [class*="soc-font-"]
{
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "Skyey-Cloudland" !important;
}
 
/*add icon classes and codes here that we created on Fig. 4*/
.Skyey-Cloudland .soc-font-icon:before, .dt-icon-Skyey-Cloudland:before {
    content: "\e900";
}
.Skyey-Cloudland-Esports .soc-font-icon:before, .dt-icon-Skyey-Cloudland-Esports:before {
    content: "\e901";
}
.Lam-Star .soc-font-icon:before, .dt-icon-Lam-Star:before {
    content: "\e902";
}
.LINE .soc-font-icon:before, .dt-icon-LINE:before {
    content: "\e903";
}
.Discord .soc-font-icon:before, .dt-icon-Discord:before {
    content: "\e904";
}