@font-face {
    font-family: 'SmartFontUI';
    src: url('<?php echo get_template_directory_uri(); ?>/fonts/SmartFontUI.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Mamelon-3-Hi-Regular';
	src: url('<?php echo get_template_directory_uri(); ?>/fonts/Mamelon-3-Hi-Regular.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Mamelon-4-Hi-Regular';
	src: url('<?php echo get_template_directory_uri(); ?>/fonts/Mamelon-4-Hi-Regular.otf') format('opentype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('<?php echo get_template_directory_uri(); ?>/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

html {
	font-size: 100%;
	height: 100%
}

* {
	box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, li {
	margin: 0;
	padding: 0;
	letter-spacing: 0.12em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}