/* 
		Changing the default font settings
		of all the pages, including header.

		04.12.2020 15:37 // Daho M.Lee
*/

body {
  font-family: myriad-pro-regular !important;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: myriad-pro-regular !important;
}

/* 
		Trying to fix social icons in the header section.
		15.12.20 13:42 // Daho M.Lee

.header-social {
	font-family: Font-Awesome-5-Free !important;
}



.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
*/