@font-face {
  font-family: 'Marianne';
  src:
    url('#{$static-font-path}/Marianne-Light.woff2') format('woff2'),
    url('#{$static-font-path}/Marianne-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Marianne';
  src:
    url('#{$static-font-path}/Marianne-Light_Italic.woff2') format('woff2'),
    url('#{$static-font-path}/Marianne-Light_Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Marianne';
  src:
    url('#{$static-font-path}/Marianne-Regular.woff2') format('woff2'),
    url('#{$static-font-path}/Marianne-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Marianne';
  src:
    url('#{$static-font-path}/Marianne-Regular_Italic.woff2') format('woff2'),
    url('#{$static-font-path}/Marianne-Regular_Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Marianne';
  src:
    url('#{$static-font-path}/Marianne-Bold.woff2') format('woff2'),
    url('#{$static-font-path}/Marianne-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Marianne';
  src:
    url('#{$static-font-path}/Marianne-Bold_Italic.woff2') format('woff2'),
    url('#{$static-font-path}/Marianne-Bold_Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Spectral';
  src:
    url('#{$static-font-path}/Spectral-Regular.woff2') format('woff2'),
    url('#{$static-font-path}/Spectral-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Spectral';
  src:
    url('#{$static-font-path}/Spectral-ExtraBold.woff2') format('woff2'),
    url('#{$static-font-path}/Spectral-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

@include font-weight();

:root {
  --focus-z-index: 25000;
}
