/*
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('font/socialicon.eot?32857276');
src: url('font/socialicon.eot?32857276#iefix') format('embedded-opentype'),
url('font/socialicon.woff2?32857276') format('woff2'),
url('font/socialicon.woff?32857276') format('woff'),
url('font/socialicon.ttf?32857276') format('truetype'),
url('font/socialicon.svg?32857276#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'; }

