/* 
 Theme Name:   kontenta
 Theme URI:    
 Description:  
 Author:       Vlad Zelinskyi
 Author URI:   
 Template:     astra
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

@font-face {
    font-family: 'Mariupol';
    src: local('Mariupol Medium'), local('Mariupol-Medium'),
        url('Mariupol-Medium.woff2') format('woff2'),
        url('Mariupol-Medium.woff') format('woff'),
        url('Mariupol-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  
body, p, h1, h2, h3, h4, h5, li, a, nav, .entry-title a, .entry-content h1, h2, .entry-content h2, .entry-content h3, h4, .entry-content h4, .entry-content h5, h6, .entry-content h6 {
    font-family: 'Mariupol';
     font-weight: 500;
    font-style: normal;
}