/*
Theme Name: The7 Child
Theme URI: http://the7.io/
Author: Edward Piou
Author URI: https://eppi.com/
Description: Child theme of The7 for Verified Voting
Template: dt-the7
Version: 1.0.0
License: Customizations are VVF's
License URI: https://verifiedvoting.org/
Tags: none
*/

@font-face {
font-family: 'socialicon';
src: url('../eot/socialicon6178.eot');
src: url('../eot/socialicon6178.eot#iefix') format('embedded-opentype'),
url('../woff2/socialicon6178.woff2') format('woff2'),
url('../woff/socialicon6178.woff') format('woff'),
url('../ttf/socialicon6178.ttf') format('truetype'),
url('../svg/socialicon6178.svg#my-social-icon') format('svg');
font-weight: normal;
font-style: normal;
}
 
/*add required icon classes here*/
.bluesky [class^="soc-font-"], .bluesky [class*="soc-font-"]
{
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "socialicon" !important;
}
 
/*add icon classes and codes here that we created on Fig. 4*/
.bluesky .soc-font-icon:before { content: '\e800'; }

