/*
Theme Name: Technox
Theme URI: http://themexriver.com/wp/technox/demo
Author: themexriver
Author URI: http://themexriver.com/
Description: Technox - IT Service WordPress Theme
Version: 1.0.1
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@font-face {
  font-family: 'Baby Universe';
  src: url('https://sureworks.lintechnokrats.in/wp-content/themes/technox/fonts/BABYU.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Apply Baby Universe font only to footer titles */
.footer-title {
  font-family: 'Baby Universe', sans-serif !important;
  font-weight: normal !important;
}
.loader {
  font-family: 'Baby Universe', sans-serif !important;
  font-weight: normal !important;
}
/* Apply globally */
/* h1, h2, h3, h4, h5 {
  font-family: 'Baby Universe', sans-serif !important;
  font-weight: normal !important;
} */

/* === Aptos font setup === */
@font-face {
  font-family: 'Aptos';
  src: url('https://sureworks.lintechnokrats.in/wp-content/themes/technox/fonts/Microsoft_Aptos_Fonts/Aptos-Display.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aptos';
  src: url('https://sureworks.lintechnokrats.in/wp-content/themes/technox/fonts/Microsoft_Aptos_Fonts/Aptos-Display-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aptos';
  src: url('https://sureworks.lintechnokrats.in/wp-content/themes/technox/fonts/Microsoft_Aptos_Fonts/Aptos-Display-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Aptos';
  src: url('https://sureworks.lintechnokrats.in/wp-content/themes/technox/fonts/Microsoft_Aptos_Fonts/Aptos-Display-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* === Apply Aptos globally === */
html, body, p, a, li, span, div, input, button, textarea,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Aptos', sans-serif !important;
}
