/*
 Theme Name:     AINARA V1
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
/* font converted using font-converter.net. thank you! */
 
 
 html, body {
	 font-family:roboto, sans-serif;
	 font-style: normal;
	 font-weight: 400;
 }
 body {
	/*
	background:url('images/fond-page@2x.png') no-repeat !important;
	background-size:1440px 745px !important;
	background-position:center top !important;
	*/
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?oqzvul');
  src:  url('fonts/icomoon/icomoon.eot?oqzvul#iefix') format('embedded-opentype'),
	url('fonts/icomoon/icomoon.ttf?oqzvul') format('truetype'),
	url('fonts/icomoon/icomoon.woff?oqzvul') format('woff'),
	url('fonts/icomoon/icomoon.svg?oqzvul#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-checkmark:before {
  content: "\e901";
}