/* ========================================================================== #Fonts ========================================================================== */ @font-face { font-family: 'Poppins Regular'; src: url('fonts/poppins-regular.eot'); src: url('fonts/poppins-regular.eot?#iefix') format('embedded-opentype'), url('fonts/poppins-regular.woff') format('woff'), url('fonts/poppins-regular.ttf') format('truetype'), url('fonts/poppins-regular.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Poppins Regular Italic'; src: url('fonts/poppins-regular-italic.eot'); src: url('fonts/poppins-regular-italic.eot?#iefix') format('embedded-opentype'), url('fonts/poppins-regular-italic.woff') format('woff'), url('fonts/poppins-regular-italic.ttf') format('truetype'), url('fonts/poppins-regular-italic.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Poppins Semibold'; src: url('fonts/poppins-semibold.eot'); src: url('fonts/poppins-semibold.eot?#iefix') format('embedded-opentype'), url('fonts/poppins-semibold.woff') format('woff'), url('fonts/poppins-semibold.ttf') format('truetype'), url('fonts/poppins-semibold.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Bradley'; src: url('fonts/bradley.eot'); src: url('fonts/bradley.eot?#iefix') format('embedded-opentype'), url('fonts/bradley.woff') format('woff'), url('fonts/bradley.ttf') format('truetype'), url('fonts/bradley.svg') format('svg'); font-weight: normal; font-style: normal; } .font-regular { font-family: 'Poppins Regular'; } .font-italic { font-family: 'Poppins Regular Italic'; }