/*
 Theme Name:   Petal Child Theme
 Theme URI:    http://example.com/wheels/
 Description:  Petal Child Theme
 Author:       Aislin
 Author URI:   http://example.com
 Template:     petal
 Version:      1.0.0
 Tags:
 Text Domain:
*/

@import url("../petal/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: 'function_prolight';
    src: url('FunctionPro-Light-webfont.eot');
    src: url('FunctionPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('FunctionPro-Light-webfont.woff2') format('woff2'),
         url('FunctionPro-Light-webfont.woff') format('woff'),
         url('FunctionPro-Light-webfont.ttf') format('truetype'),
         url('FunctionPro-Light-webfont.svg#function_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
font-family: function_prolight, sans-serif;
}
