/* Basetica Font Family */

/* Thin Weight */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Thin-205TF.otf") format("opentype"),
    url("./Basetica - Thin-205TF.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Thin Italic-205TF.otf") format("opentype"),
    url("./Basetica - Thin Italic-205TF.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light Weight */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Light-205TF.otf") format("opentype"),
    url("./Basetica - Light-205TF.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Light Italic-205TF.otf") format("opentype"),
    url("./Basetica - Light Italic-205TF.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular Weight */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Regular-205TF.otf") format("opentype"),
    url("./Basetica - Regular-205TF.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Italic-205TF.otf") format("opentype"),
    url("./Basetica - Italic-205TF.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium Weight */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Medium-205TF.otf") format("opentype"),
    url("./Basetica - Medium-205TF.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Medium Italic-205TF.otf") format("opentype"),
    url("./Basetica - Medium Italic-205TF.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold Weight */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Bold-205TF.otf") format("opentype"),
    url("./Basetica - Bold-205TF.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Bold Italic-205TF.otf") format("opentype"),
    url("./Basetica - Bold Italic-205TF.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black Weight */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Black-205TF.otf") format("opentype"),
    url("./Basetica - Black-205TF.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: "Basetica";
  src: url("./Basetica - Black Italic-205TF.otf") format("opentype"),
    url("./Basetica - Black Italic-205TF.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
