/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Importar Poppins desde Google Fonts */
@import 'pagination.css';
@import 'carrier_dashboard.css';
@import 'dador_dashboard.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800&display=swap');

html, body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0 !important; 
}

html, body { overflow-x: hidden; }

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

.btn-gazapo {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}
