@font-face {
  font-family: BrownPro;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/BrownPro-Light.otf') format('opentype');
}

@font-face {
  font-family: BrownPro;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/BrownPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: BrownPro;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/BrownPro-Bold.otf') format('opentype');
}

@font-face {
  font-family: BrownPro;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/BrownPro-Bold.otf') format('opentype');
}
/*
@font-face {
  font-family: 'mevo-icons';
  src: url("{{ 'mevo-icons.eot?abj89a' | asset_url }}");
  src: url("{{ 'mevo-icons.eot?abj89a#iefix' | asset_url }}"),
    url("{{ 'mevo-icons.ttf?abj89a' | asset_url }}") format('truetype'),
    url("{{ 'mevo-icons.woff?abj89a' | asset_url }}") format('woff'),
    url("{{ 'mevo-icons.svg?abj89a#icomoon' | asset_url }}") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
