/* 
Nyght Serif weights:
Light   = 300
Regular = 400
Medium  = 500
Bold    = 700
Dark    = 900
*/

/* LIGHT */
@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Light.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-LightItalic.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}


/* REGULAR */
@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Regular.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-RegularItalic.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}


/* MEDIUM */
@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Medium.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-MediumItalic.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}


/* BOLD */
@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Bold.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-BoldItalic.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


/* DARK */
@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Dark.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-Dark.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nyght Serif";
  src:
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-DarkItalic.woff2") format("woff2"),
    url("https://blog.nonatized.space/wp-content/uploads/2026/06/NyghtSerif-DarkItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}