/* Organised Apps Lab, self hosted webfonts.
   Nothing is fetched from a third party, so no visitor IP address leaves our own host.
   Browsers only download the faces they actually need to draw the page. */

/* Pretendard, the Lab typeface. Variable, subset to Latin. */
@font-face{
  font-family:'Pretendard Variable';
  font-weight:45 920;
  font-style:normal;
  font-display:swap;
  src:url('/assets/fonts/PretendardVariable-latin.woff2') format('woff2-variations');
}

/* Playfair Display, Brisbane Unlocked and The Companion Series. */
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:swap;
  src:url('/assets/fonts/PlayfairDisplay-400-normal.woff2') format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:500;font-display:swap;
  src:url('/assets/fonts/PlayfairDisplay-500-normal.woff2') format('woff2')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:600;font-display:swap;
  src:url('/assets/fonts/PlayfairDisplay-600-normal.woff2') format('woff2')}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400;font-display:swap;
  src:url('/assets/fonts/PlayfairDisplay-400-italic.woff2') format('woff2')}

/* Poppins, The Companion Series. */
@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;
  src:url('/assets/fonts/Poppins-300-normal.woff2') format('woff2')}
@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;
  src:url('/assets/fonts/Poppins-400-normal.woff2') format('woff2')}
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;
  src:url('/assets/fonts/Poppins-500-normal.woff2') format('woff2')}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;
  src:url('/assets/fonts/Poppins-600-normal.woff2') format('woff2')}

/* Montserrat, The Companion Series. */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;
  src:url('/assets/fonts/Montserrat-500-normal.woff2') format('woff2')}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;
  src:url('/assets/fonts/Montserrat-600-normal.woff2') format('woff2')}
