@charset "utf-8";

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

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

/*add required icon classes here*/
.SCLD [class^="soc-font-"], .SCLD [class*="soc-font-"],
.SCLDE [class^="soc-font-"], .SCLDE [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: "SCLD" !important;
}
 
/*add icon classes and codes here that we created on Fig. 4*/
.SCLD .soc-font-icon:before, .dt-icon-SCLD:before {
    content: "\e900";
}
.SCLDE .soc-font-icon:before, .dt-icon-SCLDE:before {
    content: "\e901";
}
.LINE .soc-font-icon:before, .dt-icon-LINE:before {
    content: "\e902";
}
.Discord .soc-font-icon:before, .dt-icon-Discord:before {
    content: "\e903";
}
