 /**
  * Localize InspireTWDC fonts
  *
  * Enqueued from Setup.php
  */

  @font-face {
    font-family: InspireTWDC;
    src:
      url("InspireTWDC-Light.woff2") format("woff2"),
      url("InspireTWDC-Light.woff") format("woff");
    font-weight: 200;
    font-style: normal;
  }

  @font-face {
    font-family: InspireTWDC;
    src:
      url("InspireTWDC-Roman.woff2") format("woff2"),
      url("InspireTWDC-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: InspireTWDC;
    src:
      url("InspireTWDC-Heavy.woff2") format("woff2"),
      url("InspireTWDC-Heavy.woff") format("woff");
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: InspireTWDC;
    src:
      url("InspireTWDC-Black.woff2") format("woff2"),
      url("InspireTWDC-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
  }
