/* Paths are relative to this stylesheet. Supply all three WOFF2 files alongside it. */
@font-face {
  font-family: 'MyMe Delphi';
  src: url('./MyMeDelphi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('./DM-Sans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('./Lora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Only for the unaccented MyMe wordmark when preserving the v04 preview metrics. */
@font-face {
  font-family: 'MyMe Delphi Wordmark';
  src: url('./MyMeDelphi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 82%;
  descent-override: 23%;
  line-gap-override: 0%;
}
.myme-brand-statement {
  font-family: 'MyMe Delphi', 'DM Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-kerning: normal;
  font-feature-settings: 'kern' 1;
  letter-spacing: normal;
  line-height: 1.3;
}
.myme-wordmark {
  font-family: 'MyMe Delphi Wordmark', 'DM Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-synthesis: none;
  font-kerning: normal;
  font-feature-settings: 'kern' 1;
  letter-spacing: normal;
  line-height: 1;
}
.myme-practical-copy { font-family: 'DM Sans', Arial, sans-serif; }
.myme-reflective-copy { font-family: 'Lora', Georgia, serif; }
