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

:root {
	--post-bg-color: #f9f9f9;
	--text-color: #313e48;
	--bg-color:#f9f9f9; 
	--opacity-bg: rgba(49,62,72,.025);
	--opacity-35: rgba(49,62,72,.35);
	--opacity-65: rgba(249,249,249,.65);
	--opacity-text-65: rgba(49,62,72,.65);
	--gradient-overlay: rgba(249,249,249,1);
}