/**
    Theme Name: Kadence Child
    Theme URI: https://test.privatsachen.org/kadence-child
    description: child theme with additional CSS for custom fonts and portfolio plugin
    Author: Designer
    Author URI: https://test.privatsachen.org
    Template: kadence 
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* alata-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alata';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/alata-v11-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cutive-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cutive';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cutive-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body, h6 {
  font-family: 'Cutive', serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Alata', sans-serif;
}