/* 

NORMAL FONT STYLE 

*/
@font-face {
    font-family: "Metropolis";
    font-weight: 100;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-Thin.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 200;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-ExtraLight.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 300;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-Light.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 400;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 500;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 600;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 700;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-Bold.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 800;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 900;
    font-style: normal;
    src: url("../Font/metropolis/Metropolis-Black.otf") format("opentype");
}
/* 

ITALIC FONT STYLE 

*/
@font-face {
    font-family: "Metropolis";
    font-weight: 100;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-ThinItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 200;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-ExtraLightItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 300;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-LightItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 400;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-RegularItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 500;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-MediumItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 600;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-SemiBoldItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 700;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-BoldItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 800;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-ExtraBoldItalic.otf") format("opentype");
}
@font-face {
    font-family: "Metropolis";
    font-weight: 900;
    font-style: italic;
    src: url("../Font/metropolis/Metropolis-BlackItalic.otf") format("opentype");
}