/*
Theme Name: Manon Child
Theme URI: https://manon.qodeinteractive.com/
Description: A child theme of Manon Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.2
Text Domain: manon
Template: manon
*/


/* TikTokSans Bold */
@font-face {
  font-family: 'TikTokSans';
  src: url('https://wtm.gr/wp-content/uploads/2025/09/TikTokSans_28pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* TikTokSans Medium */
@font-face {
  font-family: 'TikTokSans';
  src: url('https://wtm.gr/wp-content/uploads/2025/09/TikTokSans_28pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


/* Default: Medium */
span, p, label, input, textarea, select, button {
  font-family: 'TikTokSans', sans-serif !important;
  font-weight: 500;
}

/* Headings: Bold */
h1, h2, h3, h4, h5, h6 {
  font-family: 'TikTokSans', sans-serif !important;
  font-weight: 700;
}



/* 🎯 Restore Font Awesome for social icons */
.fab,
.fas,
.far,
.fal,
.fad,
.fa,
.edgtf-social-icon-widget {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important; /* solid style */
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important; /* brands use 400 */
}
