/* ---------------------- */
/* Archivo (Variable TTF) */
/* ---------------------- */
@font-face {
  font-family: 'Archivo';
  src: url('./Archivo/Archivo-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900; /* all weights */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('./Archivo/Archivo-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ---------------------- */
/* Poppins (WOFF2 + TTF)  */
/* ---------------------- */
@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-Thin.woff2") format("woff2"),
       url("./Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-ExtraLight.woff2") format("woff2"),
       url("./Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-Light.woff2") format("woff2"),
       url("./Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-Regular.woff2") format("woff2"),
       url("./Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-Medium.woff2") format("woff2"),
       url("./Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-SemiBold.woff2") format("woff2"),
       url("./Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-Bold.woff2") format("woff2"),
       url("./Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-ExtraBold.woff2") format("woff2"),
       url("./Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-Black.woff2") format("woff2"),
       url("./Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ---------------------- */
/* Roboto (Variable TTF+WOFF2) */
/* ---------------------- */
@font-face {
  font-family: 'Roboto';
  src: url('./Roboto/Roboto-VariableFont_wdth,wght.woff2') format('woff2'),
       url('./Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./Roboto/Roboto-Italic-VariableFont_wdth,wght.woff2') format('woff2'),
       url('./Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}