/* ==================================================
   VIPZUE — INTEGRAÇÃO TIPOGRÁFICA OFICIAL (PENDENTE)
   ==================================================
   Os arquivos oficiais de fonte (Gloock, Switzer, Clash Display)
   não estavam presentes no projeto no momento desta implementação.
   Por regra do projeto, nenhuma fonte de origem duvidosa foi baixada
   e nenhuma fonte diferente substitui silenciosamente o sistema oficial.

   Quando os arquivos oficiais licenciados forem adicionados em:
   /assets/fonts/
   basta descomentar os blocos abaixo com os arquivos corretos.
   Nenhum outro CSS/JS do projeto precisa ser alterado — tokens.css
   já referencia "Gloock", "Switzer" e "Clash Display" pelo nome.

   @font-face {
     font-family: "Gloock";
     src: url("/assets/fonts/Gloock-Regular.woff2") format("woff2");
     font-weight: 400;
     font-style: normal;
     font-display: swap;
   }

   @font-face {
     font-family: "Switzer";
     src: url("/assets/fonts/Switzer-Regular.woff2") format("woff2");
     font-weight: 400;
     font-style: normal;
     font-display: swap;
   }

   @font-face {
     font-family: "Switzer";
     src: url("/assets/fonts/Switzer-Medium.woff2") format("woff2");
     font-weight: 500;
     font-style: normal;
     font-display: swap;
   }

   @font-face {
     font-family: "Switzer";
     src: url("/assets/fonts/Switzer-Semibold.woff2") format("woff2");
     font-weight: 600;
     font-style: normal;
     font-display: swap;
   }

   @font-face {
     font-family: "Clash Display";
     src: url("/assets/fonts/ClashDisplay-Medium.woff2") format("woff2");
     font-weight: 500;
     font-style: normal;
     font-display: swap;
   }
   ================================================== */
