.alegreya-sans-sc-thin {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.alegreya-sans-sc-light {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.alegreya-sans-sc-regular {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alegreya-sans-sc-medium {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.alegreya-sans-sc-bold {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.alegreya-sans-sc-extrabold {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.alegreya-sans-sc-black {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.alegreya-sans-sc-thin-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.alegreya-sans-sc-light-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.alegreya-sans-sc-regular-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.alegreya-sans-sc-medium-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.alegreya-sans-sc-bold-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.alegreya-sans-sc-extrabold-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.alegreya-sans-sc-black-italic {
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  