/*
 Theme Name:     Uncode Child
 Theme URI:      https://www.uncode.com/
 Description:    Child Theme für Uncode Theme
 Author:         Dein Name
 Author URI:     https://deine-website.de
 Template:       uncode
 Version:        1.0.0
*/

@import url("../uncode/style.css");


@font-face {
  font-family: 'Acherus book';
  src: url('../../uploads/custom-fonts/AcherusGrotesque-Book.woff2') format('woff2'),
       url('../../uploads/custom-fonts/AcherusGrotesque-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acherus semibold';
  src: url('/wp-content/uploads/custom-fonts/AcherusGrotesque-Semibold.woff2') format('woff2'),
       url('/wp-content/uploads/custom-fonts/AcherusGrotesque-Semibold.woff') format('woff');
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}
