/*
Theme Name: Uwu Child
Theme URI: https://zielinski.top
Description:  Child Theme For uwu 
Author:       Zielinski
Author URI:   https://zielinski.top
Template:     spexo
Version:      4.2.0
Text Domain:  uwu
Tested up to: 6.8
Requires PHP: 5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/uwu/fonts/dm-sans/dm-sans-v15-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/uwu/fonts/dm-sans/dm-sans-v15-latin-700.woff2') format('woff2');
}

/* Anek Latin */
@font-face {
  font-family: 'Anek Latin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/uwu/fonts/anek-latin/anek-latin-v5-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Anek Latin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/uwu/fonts/anek-latin/anek-latin-v5-latin-700.woff2') format('woff2');
}

/* Baloo Da 2 */
@font-face {
  font-family: 'Baloo Da 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/uwu/fonts/baloo-da-2/baloo-da-2-v11-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Baloo Da 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/uwu/fonts/baloo-da-2/baloo-da-2-v11-latin-700.woff2') format('woff2');
}

/* Typography usage */
body {
  font-family: 'DM Sans', sans-serif;
}

h1, h2, h3 {
  font-family: 'Anek Latin', sans-serif;
}

.special {
  font-family: 'Baloo Da 2', cursive;
}



