/* 
  Public Sans is made by the US Government's Web Design System (which is owned by the General Service Administration)
  https://public-sans.digital.gov/
  
  This is a local copy for personal/project use.
  If you have any concerns, please email me: david@dmx3377.uk
*/

/* Thin (100) */
@font-face {
  font-family: 'Public Sans';
  font-weight: 100;
  font-style: normal;
  src: url('PublicSans-Thin.woff2') format('woff2'),
       url('PublicSans-Thin.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 100;
  font-style: italic;
  src: url('PublicSans-ThinItalic.woff2') format('woff2'),
       url('PublicSans-ThinItalic.woff') format('woff');
  font-display: swap;
}

/* ExtraLight (200) */
@font-face {
  font-family: 'Public Sans';
  font-weight: 200;
  font-style: normal;
  src: url('PublicSans-ExtraLight.woff2') format('woff2'),
       url('PublicSans-ExtraLight.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 200;
  font-style: italic;
  src: url('PublicSans-ExtraLightItalic.woff2') format('woff2'),
       url('PublicSans-ExtraLightItalic.woff') format('woff');
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: 'Public Sans';
  font-weight: 300;
  font-style: normal;
  src: url('PublicSans-Light.woff2') format('woff2'),
       url('PublicSans-Light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 300;
  font-style: italic;
  src: url('PublicSans-LightItalic.woff2') format('woff2'),
       url('PublicSans-LightItalic.woff') format('woff');
  font-display: swap;
}

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

/* Medium (500) */
@font-face {
  font-family: 'Public Sans';
  font-weight: 500;
  font-style: normal;
  src: url('PublicSans-Medium.woff2') format('woff2'),
       url('PublicSans-Medium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 500;
  font-style: italic;
  src: url('PublicSans-MediumItalic.woff2') format('woff2'),
       url('PublicSans-MediumItalic.woff') format('woff');
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: 'Public Sans';
  font-weight: 600;
  font-style: normal;
  src: url('PublicSans-SemiBold.woff2') format('woff2'),
       url('PublicSans-SemiBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 600;
  font-style: italic;
  src: url('PublicSans-SemiBoldItalic.woff2') format('woff2'),
       url('PublicSans-SemiBoldItalic.woff') format('woff');
  font-display: swap;
}

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

/* ExtraBold (800) */
@font-face {
  font-family: 'Public Sans';
  font-weight: 800;
  font-style: normal;
  src: url('PublicSans-ExtraBold.woff2') format('woff2'),
       url('PublicSans-ExtraBold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 800;
  font-style: italic;
  src: url('PublicSans-ExtraBoldItalic.woff2') format('woff2'),
       url('PublicSans-ExtraBoldItalic.woff') format('woff');
  font-display: swap;
}

/* Black (900) */
@font-face {
  font-family: 'Public Sans';
  font-weight: 900;
  font-style: normal;
  src: url('PublicSans-Black.woff2') format('woff2'),
       url('PublicSans-Black.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  font-weight: 900;
  font-style: italic;
  src: url('PublicSans-BlackItalic.woff2') format('woff2'),
       url('PublicSans-BlackItalic.woff') format('woff');
  font-display: swap;
}