@import url('css/0_reset.css');
@import url('css/0_basic.css');
@import url('css/grid30.css');

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/playfair-display-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/playfair-display-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body,
input,
select,
textarea {
	font-family: 'Playfair Display', -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

html,
body {
	background: #f6f6f6;
}

body {
	font-size: 20px;
	line-height: 1.62;
	font-weight: 400;
	letter-spacing: 0.04em;
	
	color: #243f7d;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-numeric: lining-nums;
}

.nobreak {
	white-space: nowrap;
}

h1 {
	margin: 0;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 10px;
}

p {
	margin-bottom: 30px;
}

a {
	color: #243f7d;
	text-decoration: none;
	margin-right: 10px;
	border-bottom: 1px solid #243f7d;
	transition: all 400ms ease;
}

a:hover {
	margin-right: 0;
	margin-left: 10px;
}


@media (max-width:600px) {
	body {
		font-size: 18px;
		padding-top: 90px;
	}
	h1 {
		font-size: 30px;
		line-height: 1.4;
	}
	p {
		
	}
}



