/* TODO Update this to load fonts from https://huntington.org/ once the new brand has launched there. */
@font-face {
  font-family: Moulin;
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Moulin-Medium.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MessinaSans-Regular.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  font-style: italic;
  font-weight: 400;
  src: url(fonts/MessinaSans-RegularItalic.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  font-style: normal;
  font-weight: 600;
  src: url(fonts/MessinaSans-SemiBold.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  font-style: italic;
  font-weight: 600;
  src: url(fonts/MessinaSans-SemiBoldItalic.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/MessinaSansWeb-Bold.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: Messina Sans;
  font-style: italic;
  font-weight: 700;
  src: url(fonts/MessinaSansWeb-BoldItalic.woff2) format('woff2');
  font-display: swap;
}

/**

These fonts don't appear to be used in web.
TODO Delete this

@font-face {
    font-family: "Messina Serif";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MessinaSerif-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Messina Serif";
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/MessinaSerif-RegularItalic.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Messina Serif";
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/MessinaSerif-SemiBold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Messina Serif";
    font-style: italic;
    font-weight: 600;
    src: url(/fonts/MessinaSerif-SemiBoldItalic.woff2) format("woff2");
    font-display: swap
}
 */
