@import url('https://db.onlinewebfonts.com/c/9b62dc86f936227b3f7b367bd0b6c05e?family=Tw+Cen+MT');

:root {
	--thm-font: "Tw Cen MT", sans-serif;
	--thm-b-font: "Rubik", sans-serif;
	--thm-black: #272b2d;
	--thm-black-rgb: 24, 46, 101;
	--thm-text: #7c8498;
	--thm-base: #bba16f;
  }


  .scroll-to-top {
	color: var(--thm-black);
  }
