/*
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
*/

@font-face {
  font-family: 'SpockEss';
  font-weight: 600;
  src: url('webFonts/SpockEss-Regular/font.woff2') format('woff2'), url('webFonts/SpockEss-Regular/font.woff') format('woff');
}


@font-face {
  font-family: 'SpockEss';
  font-weight: 300;
  src: url('webFonts/SpockEss-Light/font.woff2') format('woff2'), url('webFonts/SpockEss-Light/font.woff') format('woff');
}

@font-face {
  font-family: 'SpockEss';
  font-family: 800;
  src: url('webFonts/SpockEss-Bold/font.woff2') format('woff2'), url('webFonts/SpockEss-Bold/font.woff') format('woff');
}

.is_stuck div#logo-container-mobile .logo-image:after {
    background-image: url('https://www.c-c-design.de/wp-content/uploads/2021/01/CC_icon-1.png');
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.is_stuck div#logo-container-mobile .logo-image img {
    display: none;
}