/* =======================================================================
   STUDIO ALTO DA GLÓRIA — FONTS
   -----------------------------------------------------------------------
   1) Adobe Fonts (Neue Haas Unica & Freight Text Pro)
      → loaded via <link> in the HTML <head>

   2) MuirMcNeil TwoType
      → self-hosted via @font-face
   ======================================================================= */

/* 
   MMcN TwoType — self-hosted
   Adjust file names and paths to match your /fonts directory.
   This is the expressive / display face used for logo + experimental type.
*/

@font-face {
  font-family: "MMcN TwoType Stroke";
  src:
    url("../fonts/TwoStrokeA22.woff2") format("woff2"),
    url("../fonts/TwoStrokeA22.woff") format("woff"),
    url("../fonts/TwoStrokeA22.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* TwoBlock B 032 — ExtraLight */
@font-face {
  font-family: "MMcN TwoType Block ExtraLight";
  src:
    url("../fonts/TwoBlock_B_032_ExtraLight.woff2") format("woff2"),
    url("../fonts/TwoBlock_B_032_ExtraLight.woff") format("woff"),
    url("../fonts/TwoBlock_B_032_ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* TwoBlock B 064 — Light */
@font-face {
  font-family: "MMcN TwoType Block Light";
  src:
    url("../fonts/TwoBlock_B_064_Light.woff2") format("woff2"),
    url("../fonts/TwoBlock_B_064_Light.woff") format("woff"),
    url("../fonts/TwoBlock_B_064_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* TwoBlock B 096 — Regular */
@font-face {
  font-family: "MMcN TwoType Block";
  src:
    url("../fonts/TwoBlock_B_096_Regular.woff2") format("woff2"),
    url("../fonts/TwoBlock_B_096_Regular.woff") format("woff"),
    url("../fonts/TwoBlock_B_096_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TwoBlock B 192 — ExtraBold */
@font-face {
  font-family: "MMcN TwoType Block Heavy";
  src:
    url("../fonts/TwoBlock_B_192_ExtraBold.woff2") format("woff2"),
    url("../fonts/TwoBlock_B_192_ExtraBold.woff") format("woff"),
    url("../fonts/TwoBlock_B_192_ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* TwoBlock B 096 — Regular */
@font-face {
  font-family: "TwoBlock B 096";
  src: url("../fonts/TwoBlock_B_096_Regular.woff2") format("woff2"),
       url("../fonts/TwoBlock_B_096_Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}