/*
Theme Name: portfolio template
Author: @theMOLITOR
*/

:root {
	--post-bg-color: #373737;
	--text-color: #f4f4f4;
	--bg-color:#1f1f1f; 
	--opacity-bg: rgba(244,244,244,.025);
	--opacity-35: rgba(244,244,244,.35);
	--opacity-65: rgba(31,31,31,.65);
	--opacity-text-65: rgba(244,244,244,.65);
	--gradient-overlay: rgba(31,31,31,1);
}