/*
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
*/

 /* mindre padding på mobil - første tal (top/bund) sidste (left/right)*/
@media (max-width: 569px) {
  .double-block-padding {
    padding: 36px 18px !important;
  }
}


 /* fonts */
 
 @font-face {
  font-family: 'GeneralSans-Regular';
  src: url('fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('fonts/GeneralSans-Regular.woff') format('woff'),
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('fonts/GeneralSans-Medium.woff') format('woff'),
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url('fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('fonts/GeneralSans-Semibold.woff') format('woff'),
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'MediaSans-Black';
  src: url('fonts/MediaSansWeb-Black.woff2') format('woff2'),
       url('fonts/MediaSansWeb-Black.woff') format('woff'),
       url('fonts/MediaSansWeb-Black.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}


 /* Need to figure out what this is ...haha */

.panel-title.active > a{color: #fefefe !important;};
.style-light .panel, .style-dark .style-light .panel {
border-color: red;
  

.menu-overlay .menu-container li a {
  line-height: 1.0;
}
  
.menu-overlay .menu-container li ul li a {
  line-height: 1.3;
}