/* ITPU — Webfonts
 * Corporate typeface: Montserrat (Medium 500 / SemiBold 600).
 * Loaded from Google Fonts — this is the genuine Montserrat family, so it is an
 * exact match to the guideline, not a substitution.
 *
 * Secondary/documentation typeface: Tahoma. Tahoma is a licensed Microsoft system
 * font and cannot be redistributed as a webfont; it is referenced via the
 * --font-doc stack (falls back to Segoe UI / Montserrat where unavailable).
 * If you have a licensed Tahoma webfont, drop the files in assets/fonts/ and add
 * @font-face rules here.
 */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
