/*
 * 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.
 */
@use "base/reset.min.css";
@use "base/generic.css";
@use "base/variables.css";
@use "base/controls.css";

@use "components/button.css";
@use "components/header.css";
@use "components/icon.css";
@use "components/text.css";
@use "components/input.css";
@use "components/testimonials.css";
@use "components/image.css";
@use "components/container.css";
@use "components/posts.css";
@use "components/social-share.css";
@use "components/floating-share.css";
@use "components/author-box.css";

@use "sections/intro.css";
@use "sections/features.css";
@use "sections/duet.css";
@use "sections/newsletter.css";
@use "sections/message.css";
@use "sections/footer.css";
@use "sections/contact.css";
@use "sections/pricing.css";
