/* scotch-text-condensed */
font-family: "scotch-text-condensed", sans-serif;
font-weight: 600;
font-style: normal;

font-family: "scotch-text-condensed", sans-serif;
font-weight: 600;
font-style: italic;

/* Boston Angel */
@font-face {
  font-family: 'Boston Angel';
  src: url('../fonts/Boston-Angel-Bold.otf') format('opentype');
  src: url('../fonts/Boston-Angel-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Boston Angel';
  src: url('../fonts/Boston-Angel-Light.otf') format('opentype');
  src: url('../fonts/Boston-Angel-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Boston Angel';
  src: url('../fonts/Boston-Angel-Medium.otf') format('opentype');
  src: url('../fonts/Boston-Angel-Medium.ttf') format('truetype');
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: 'Boston Angel';
  src: url('../fonts/Boston-Angel-Regular.otf') format('opentype');
  src: url('../fonts/Boston-Angel-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Boston Angel';
  src: url('../fonts/Boston-Angel-Thin.otf') format('opentype');
  src: url('../fonts/Boston-Angel-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}