/*!
Theme Name: Hazel
Theme URI: https://preview.treethemes.com/hazel/
Author: Treethemes
Author URI: https://www.templatemonster.com/wordpress-themes/hazel-clean-minimalist-multi-purpose-wordpress-theme-67167.html
Description: Hazel is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: hazel
Text Domain: hazel-child
*/

/* ========== DIN Alternate Font Integration ========== */

@font-face {
  font-family: 'DIN Alternate';
  src: url('/wp-content/themes/hazel-child/fonts/DINAlternate-Light.woff2') format('woff2'),
       url('/wp-content/themes/hazel-child/fonts/DINAlternate-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Alternate';
  src: url('/wp-content/themes/hazel-child/fonts/DINAlternate-Medium.woff2') format('woff2'),
       url('/wp-content/themes/hazel-child/fonts/DINAlternate-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Alternate';
  src: url('/wp-content/themes/hazel-child/fonts/DINAlternate-Bold.woff2') format('woff2'),
       url('/wp-content/themes/hazel-child/fonts/DINAlternate-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Alternate';
  src: url('/wp-content/themes/hazel-child/fonts/DINAlternate-Black.woff2') format('woff2'),
       url('/wp-content/themes/hazel-child/fonts/DINAlternate-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

/* Beispiel-Anwendung */
body {
  font-family: 'DIN Alternate', sans-serif;
}
