/* Google: Noto Serif Display – ExtraBold Italic only */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@1,800&display=swap");

/* Georgia Regular */
@font-face {
  font-family: 'GeorgiaCustom';
  src: url('../fonts/Georgia/Georgia.woff2') format('woff2'),
       url('../fonts/Georgia/Georgia.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Georgia Italic */
@font-face {
  font-family: 'GeorgiaCustom';
  src: url('../fonts/Georgia/Georgia-Italic.woff2') format('woff2'),
       url('../fonts/Georgia/Georgia-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Georgia Bold */
@font-face {
  font-family: 'GeorgiaCustom';
  src: url('../fonts/Georgia/Georgia-Bold.woff2') format('woff2'),
       url('../fonts/Georgia/Georgia-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Georgia Bold Italic */
@font-face {
  font-family: 'GeorgiaCustom';
  src: url('../fonts/Georgia/Georgia-BoldItalic.woff2') format('woff2'),
       url('../fonts/Georgia/Georgia-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Minion Pro Semibold */
@font-face {
  font-family: 'MinionPro';
  src: url('../fonts/MinionPro/MinionPro-Semibold.woff2') format('woff2'),
       url('../fonts/MinionPro/MinionPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Minion Pro Semibold Italic */
@font-face {
  font-family: 'MinionPro';
  src: url('../fonts/MinionPro/MinionPro-SemiboldIt.woff2') format('woff2'),
       url('../fonts/MinionPro/MinionPro-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Cormorant Garamond */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Light.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-LightItalic.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Regular.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Italic.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Medium.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-MediumItalic.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-SemiBoldItalic.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-Bold.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond/CormorantGaramond-BoldItalic.woff2") format("woff2"),
       url("../fonts/CormorantGaramond/CormorantGaramond-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}