/*
 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
*/

@font-face {
  font-family: 'Eurostile Regular';
  font-style: normal;
  font-weight: normal;
  src:
    local('Eurostile Regular'),
    url('http://mrcdev.mrctowers.com/wp-content/themes/mrc_generatepress_child/fonts/eurostile.woff')
      format('woff');
}

@font-face {
  font-family: 'EuroStyle Normal';
  font-style: normal;
  font-weight: normal;
  src:
    local('EuroStyle Normal'),
    url('http://mrcdev.mrctowers.com/wp-content/themes/mrc_generatepress_child/fonts/EuroStyle Normal.woff')
      format('woff');
}

:root {
  --blue: #192639;
  --gold: #d79d6a;
}

#menu-item-25 {
  background-color: var(--blue);
}
