/*
Theme Name: Hostco Child
Theme URI: https://example.com
Description: Child theme for Hostco
Author: Digitop
Author URI: https://digitop.gr
Template: hostco
Version: 1.0.0
*/

/* Εδώ μπορείς να προσθέτεις custom CSS */
/* Inovasi Regular */
@font-face {
  font-family: 'Inovasi';
  src: url('/wp-content/themes/hostco-child/fonts/Inovasi-Regular.woff2') format('woff2'),
       url('/wp-content/themes/hostco-child/fonts/Inovasi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inovasi Black */
@font-face {
  font-family: 'Inovasi';
  src: url('/wp-content/themes/hostco-child/fonts/Inovasi-Black.woff2') format('woff2'),
       url('/wp-content/themes/hostco-child/fonts/Inovasi-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Εφαρμογή παντού */
body, p, a, span, li, h1, h2, h3, h4, h5, h6 {
  font-family: 'Inovasi', sans-serif !important;
}
