/* 

Theme Name: Michelle Yeoh NED #2
Site URI: https://michelle-yeoh.com
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

============================================================

THIS THEME WAS CREATED EXCLUSIVELY FOR MICHELLE-YEOH.COM
DO NOT REPLICATE OR REDISTRIBUTE AS YOURS

============================================================

*/

@import url('css/style-min.css');

a, a:link, a:visited, a:active {
	font-weight: 600; 
	text-decoration:none; 
	color: #757575;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
	color: #3b3e47; 
	text-decoration: none;
}