:root {
	--thm-font: "DM Sans", sans-serif;
	--thm-b-font: "DM Sans", sans-serif;
	/* --thm-black: #182e65; */

	--thm-black: #0269b4;


	/* 01 */
	/* --thm-black: #E0B300; */

	/* 02 */
	/* --thm-black: #fb9f9f; */

	/* 03 */
	/* --thm-black: #fcb7a0; */

	/* 04 */
	/* --thm-black: #fcb7a0; */


	--thm-black-rgb: 24, 46, 101;
	/* --thm-text: #7c8498; */
	--thm-text: #000000;

	--thm-base: #ec8157;
}


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