/*
Theme Name: Compare adult sites Theme   
Theme URI: http://tuosito.it
Author: Gnurlock
Author URI: http://tuosito.it
Description: Personalized theme for this comapre site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adltcomparetheme
*/

/* ===== FONT LOADING OPTIMIZATION FOR FOUC PREVENTION ===== */
/* Preload font files for faster loading */
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Prevents FOUC by showing fallback font immediately */
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Body with improved font fallback stack to prevent FOUC */
body {
  font-family: 'Roboto', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

/* Regole base per prevenire overflow */
* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
