@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Regular.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Italic.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Regular.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Italic.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Regular.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Italic.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Bold.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-BoldItalic.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Bold.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-BoldItalic.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-BoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-Bold.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Public Sans';
  src: url('/themes/custom/ses/fonts/PublicSans/PublicSans-BoldItalic.woff2') format('woff2'),
  url('/themes/custom/ses/fonts/PublicSans/PublicSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/ses/fonts/MaterialIcons/MaterialIcons.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/ses/fonts/MaterialIcons/MaterialIcons-Outlined.woff2') format('woff2');
}

body {
  font-family: 'Public Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  /* Match letter spacing to the fallback Arial font. This is unset below via JS once the Public Sans is loaded. */
  letter-spacing: 0.15px;
}

html.font-loaded body {
  letter-spacing: unset;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
