/*
Theme Name:   AutoRide Child
Template:     autoride
Author:       QuanticaLabs
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  autoride-child
*/
/* === Custom CSS PrivateShuttle === */

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/uploads/fonts/roboto-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/uploads/fonts/roboto-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Images, vidéos et iframes toujours adaptées à l’écran mobile */
img, iframe, video {
  max-width: 100%;
  height: auto;
}

/* Évite qu'un élément dépasse la largeur du viewport */
body {
  overflow-x: hidden;
}