/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* brightwall - latin */
@font-face {
    font-family: 'Brightwall';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Brightwall.eot'); /* IE9 Compatibility Modes */
    src: local('Brightwall Regular'), local('Brightwall-Regular'),
         url('fonts/Brightwall.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Brightwall.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/Brightwall.woff') format('woff'), /* Modern Browsers */
         url('fonts/Brightwall.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/Brightwall.svg#Brightwall') format('svg'); /* Legacy iOS */
    font-display: swap;
}


----
----