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

/* CSS Variables */
:root {
  --color-primary: #00264D;
  --color-primary-hover: #001a33;
  --color-blue-400: #60a5fa;
  --color-blue-400-alpha: rgba(96, 165, 250, 0.2);
}

/* Component Styles */

@import "../stylesheets/components/datepicker.css";
@import "../stylesheets/components/physician_card.css";
@import "../stylesheets/components/button.css";
@import "../stylesheets/components/map.css";