/* Gotham Rounded Light */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gotham Rounded Light Italic */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Light_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Gotham Rounded Book (Regular) */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham Rounded Book Italic */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Book_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Gotham Rounded Medium */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Rounded Medium Italic */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Medium_Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Gotham Rounded Bold */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Rounded Bold Italic */
@font-face {
  font-family: "Gotham Rounded";
  src: url("/assets/style/fonts/Gotham_Rounded_Bold_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Gotham Rounded named variants (aliases for legacy CSS references) */
@font-face {
  font-family: "Gotham-Rounded-Light";
  src: url("/assets/style/fonts/Gotham_Rounded_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Rounded-Light-Italic";
  src: url("/assets/style/fonts/Gotham_Rounded_Light_Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Rounded-Book";
  src: url("/assets/style/fonts/Gotham_Rounded_Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Rounded-Medium";
  src: url("/assets/style/fonts/Gotham_Rounded_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Rounded-Bold";
  src: url("/assets/style/fonts/Gotham_Rounded_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Rounded-Bold-Italic";
  src: url("/assets/style/fonts/Gotham_Rounded_Bold_Italic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
