/*
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: "cochin";
  src: url('fonts/cochin.woff2') format('woff2'), url('fonts/cochin.woff') format('woff');
}
/* Titelgrössen Mobile */
@media (max-width: 959px) {

  h1 {
    font-size: 46px !important;
    line-height: 1.05;
  }

  h2 {
    font-size: 38px !important;
    line-height: 1.10;
  }

  h3 {
    font-size: 30px !important;
    line-height: 1.15;
  }

  h4 {
    font-size: 25px !important;
    line-height: 1.20;
  }

  h5 {
    font-size: 21px !important;
    line-height: 1.25;
  }

  h6 {
    font-size: 18px !important;
    line-height: 1.30;
  }

}
/* Ausgewogener Zeilenumbruch in Titeln */
h1, h2, h3 { 
	text-wrap: balance; 
}