/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

@font-face {
    font-family: 'CarlaSans';
    src: url('fonts/carlasans/CarlaSans.woff2') format('woff2'),
    url('fonts/carlasans/CarlaSans.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CarlaSans';
    src: url('fonts/carlasans/CarlaSans-Light.woff2') format('woff2'),
    url('fonts/carlasans/CarlaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CarlaSans';
    src: url('fonts/carlasans/CarlaSans-Semibold.woff2') format('woff2'),
    url('fonts/carlasans/CarlaSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'CarlaSans';
    src: url('fonts/carlasans/CarlaSans-Bold.woff2') format('woff2'),
    url('fonts/carlasans/CarlaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}