/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* dosis-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: 'marius';
  font-style: normal;
  font-weight: 500;
  src: url('https://www.mariuspavel.ro/wp-content/fonts/m.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media {
    .main-navigation .main-nav ul li.eu-buton a {
        background-color: #890000;
               color: #ffffff;
        line-height: 100px; /*this number will likely need to be adjusted*/
    }
}