/* THEME STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

:root,
[data-bs-theme=dark],
[data-bs-theme=light] {
  --bs-primary-rgb: rgb(121 30 38);
  --bs-primary: rgb(121 30 38);
}
