/*
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
*/

/*** Einbindung Schriften ***/
@font-face {
  font-family: "AvertaPELight";
  src: url('/wp-content/themes/uncode-child/fonts/AvertaPELight/font.woff2') format('woff2'),
  url('/wp-content/themes/uncode-child/fonts/AvertaPELight/font.woff') format('woff');
}

@font-face {
  font-family: "AvertaPESemiBold";
  src: url('/wp-content/themes/uncode-child/fonts/AvertaPESemiBold/font.woff2') format('woff2'),
  url('/wp-content/themes/uncode-child/fonts/AvertaPESemiBold/font.woff') format('woff')!important;
}

@font-face {
  font-family: "AvertaPEExtraBold";
  src: url('/wp-content/themes/uncode-child/fonts/AvertaPEExtraBold/font.woff2') format('woff2'),
  url('/wp-content/themes/uncode-child/fonts/AvertaPEExtraBold/font.woff') format('woff');
}
/*** ENDE Einbindung Schriften ***/