/*
 * 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.
 */

@import url("/assets/dark-theme-bf6cf333.css");
@import url("/assets/components/messages-435c8c66.css");
@import url("/assets/components/buttons-6c794bcf.css");
@import url("/assets/components/forms-106fad45.css");
@import url("/assets/components/tables-f80727f6.css");
@import url("/assets/layouts/admin-a8ab781b.css");

/* Font declarations */
@font-face {
  font-family: 'Poppins';
  src: url("/assets/Poppins-Regular-3ffb09f3.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("/assets/Poppins-Medium-aac684dd.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("/assets/Poppins-SemiBold-8f59aac1.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("/assets/Poppins-Bold-72adf1e6.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("/assets/Lato-Regular-3d716aad.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url("/assets/Lato-Bold-8af8670c.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base styles only - all theme styling is in dark-theme.css */
