/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * lavabox.co.nz
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2013
 */

body { 
	/*IMPORTANT DO NOT SET COLOUR HERE ELSE WILL OVERRIDE TINYMCE COLOURS! Change in style.css*/
	font-family: 'Replica Std Regular';
	font-size:14px;
	font-weight:400;
	/*line-height:18px;*/ /* DO NOT CHANGE! DO NOT SET LINE HEIGHT HERE */
}


@font-face {
    font-family: 'Replica Std Light';
    src: url('replicastd-light.eot');
    src: local('Replica Std Light'), local('ReplicaStd-Light'),
        url('replicastd-lightd41d.eot?#iefix') format('embedded-opentype'),
        url('replicastd-light.woff2') format('woff2'),
        url('replicastd-light.woff') format('woff'),
        url('replicastd-light.ttf') format('truetype'),
        url('replicastd-light.svg#ReplicaStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Replica Std Bold';
    src: url('replicastd-bold.eot');
    src: local('Replica Std Bold'), local('ReplicaStd-Bold'),
        url('replicastd-boldd41d.eot?#iefix') format('embedded-opentype'),
        url('replicastd-bold.woff2') format('woff2'),
        url('replicastd-bold.woff') format('woff'),
        url('replicastd-bold.ttf') format('truetype'),
        url('replicastd-bold.svg#ReplicaStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Replica Std Regular';
    src: url('replicastd-regular.eot');
    src: local('Replica Std Regular'), local('ReplicaStd-Regular'),
        url('replicastd-regulard41d.eot?#iefix') format('embedded-opentype'),
        url('replicastd-regular.woff2') format('woff2'),
        url('replicastd-regular.woff') format('woff'),
        url('replicastd-regular.ttf') format('truetype'),
        url('replicastd-regular.svg#ReplicaStd-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body#tinymce div{height:auto !important;}