/* Extracted theme variables for reuse (admin pages, etc.) */
:root {
  --rr-ff-body: "Rubik", sans-serif;
  --rr-ff-heading: "Poppins", sans-serif;
  --rr-ff-subtitle: "Sofia";
  --rr-ff-fontawesome: "Font Awesome 6 Pro";

  --rr-common-white: #ffffff;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4a5764;

  --rr-body-primary: #ffffff;
  --rr-theme-primary: #ff3d00;
  --rr-theme-secondary: #d44e49;
  --rr-heading-primary: #001d08;
  --rr-text-body: #646464;
  --rr-text-primary: #000;
}
