/* fonts.css */


@font-face {
  font-family: 'Christies-Text';
  src: url('LyonText-Regular-Web.ttf') format('truetype');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Text';
  src: url('LyonText-RegularItalic-Web.ttf') format('truetype');
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Text';
  src: url('LyonText-Semibold-Web.ttf') format('truetype');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Title';
  src: url('Baskerville10Pro.otf') format('opentype');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Title';
  src: url('Baskerville10Pro-Italic.otf') format('opentype');
  font-weight:  400;
  font-style:   italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Sans';
  src: url('AtlasGrotesk-Light-Web.woff') format('woff');
  font-weight:  200;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Sans';
  src: url('AtlasGrotesk-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Sans';
  src: url('AtlasGrotesk-Medium-Web.woff') format('woff');
  font-weight:  550;
  font-style:   normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Christies-Sans';
  src: url('AtlasGrotesk-Bold-Web.woff') format('woff');
  font-weight:  700;
  font-style:   normal;
  font-stretch: normal;
}
