/* 
thin => > font-weight : 100
extralight = > font-weight : 200
light = > font-weight : 300
normal = > font-weight : 400
medium = > font-weight : 500
semibold = > font-weight : 600
bold = > font-weight :700 
extrabold = > font-weight : 800
black = > font-weight : 900

 */

/* en fonts */

@font-face {
  font-family: "Roboto Medium";
  src: url("Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
