/*
Theme Name: MLS-child
Description: Child theme for MLS-theme
Author: Marshall Light Studio
Author URI: https://marshalllightstudio.com
Template: MLS-theme
Version: 1.0.0
Text Domain: MLS-child
*/

/* Century-Gothic - latin */
@font-face {
font-family: 'Century Gothic';
font-style: normal;
font-weight: 400;
src: url('fonts/Century-Gothic.eot'),
url('fonts/Century-Gothic.woff2') format('woff2'),
url('fonts/Century-Gothic.eot?#iefix') format('embedded-opentype'),
url('fonts/Century-Gothic.woff') format('woff'),
url('fonts/Century-Gothic.ttf') format('truetype'),
url('fonts/Century-Gothic.svg#svgFontName') format('svg');
}

/* Century-Gothic-Italic - latin */
@font-face {
font-family: 'Century Gothic';
font-style: italic;
font-weight: 400;
src: url('fonts/Century-Gothic-Italic.eot'),
url('fonts/Century-Gothic-Italic.woff2') format('woff2'), 
url('fonts/Century-Gothic-Italic.eot?#iefix') format('embedded-opentype'),
url('fonts/Century-Gothic-Italic.woff') format('woff'),
url('fonts/Century-Gothic-Italic.ttf') format('truetype'), 
url('fonts/Century-Gothic-Italic.svg#svgFontName') format('svg');
}

/* Century-Gothic-Bold - latin */
@font-face {
font-family: 'Century Gothic';
font-style: normal;
font-weight: 600;
src: url('fonts/Century-Gothic-Bold.eot'),
url('fonts/Century-Gothic-Bold.woff2') format('woff2'),
url('fonts/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/Century-Gothic-Bold.woff') format('woff'),
url('fonts/Century-Gothic-Bold.ttf') format('truetype'),
url('fonts/Century-Gothic-Bold.svg#svgFontName') format('svg');
}

/* Century-Gothic-Bold-Italic - latin */
@font-face {
font-family: 'Century Gothic';
font-style: italic;
font-weight: 600;
src: url('fonts/Century-Gothic-Bold-Italic.eot'),
url('fonts/Century-Gothic-Bold-Italic.woff2') format('woff2'), 
url('fonts/Century-Gothic-Bold-Italic.eot?#iefix') format('embedded-opentype'), 
url('fonts/Century-Gothic-Bold-Italic.woff') format('woff'),
url('fonts/Century-Gothic-Bold-Italic.ttf') format('truetype'),
url('fonts/Century-Gothic-Bold-Italic.svg#svgFontName') format('svg');
}