/*
 * 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: 'ReplicaRegular';
	font-size:14px;
	font-weight:400;
	/*line-height:18px;*/ /* DO NOT CHANGE! DO NOT SET LINE HEIGHT HERE */
}



@font-face {
    font-family: 'ReplicaRegular';
    src: url('fonts/lineto-replica-regular.eot');
    src: url('fonts/lineto-replica-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-replica-regular.woff') format('woff'),
         url('fonts/lineto-replica-regular.ttf') format('truetype'),
         url('fonts/lineto-replica-regular.svg#ReplicaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ReplicaBold';
    src: url('fonts/lineto-replica-bold.eot');
    src: url('fonts/lineto-replica-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-replica-bold.woff') format('woff'),
         url('fonts/lineto-replica-bold.ttf') format('truetype'),
         url('fonts/lineto-replica-bold.svg#ReplicaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body#tinymce div{height:auto !important;}