
@font-face {
    font-family: 'Morganite-Custom';
    font-style: normal;
    font-weight: normal;
    src: local('Morganite-Custom'), url('../woff/morganite-semibold-1.woff') format('woff');
    font-display: block;
}

@font-face {
    font-family: 'Basis-Grotesque-Regular';
    src: url('../woff2/basis-grotesque-regular.woff2') format('woff2'),
        url('../woff/basis-grotesque-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis-Grotesque-Bold';
    src: url('../woff2/basis-grotesque-bold.woff2') format('woff2'),
        url('../woff/basis-grotesque-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'Clash Grotesk';
  src: url('../woff2/clash-grotesk-regular.woff2') format('woff2'),
        url('../woff/clash-grotesk-regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Grotesk';
  src: url('../woff2/clash-grotesk-semibold.woff2') format('woff2'),
        url('../woff/clash-grotesk-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}