/* @font-face {
    font-family: "Amiri";
    src: url("../fonts/amiri/Amiri-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "AmiriItalic";
    src: url("../fonts/amiri/Amiri-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Maitree";
    src: url("../fonts/maitree/Maitree-Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
} */

@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/roboto/RobotoCondensed-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/roboto/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url("../fonts/roboto/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: bold;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald/Oswald-ExtraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald/Oswald-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald/Oswald-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald/Oswald-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald/Oswald-SemiBold.ttf") format("truetype");
    font-weight: 800;
    font-style: bold;
}

@font-face {
    font-family: "Oswald";
    src: url("../fonts/oswald/Oswald-Bold.ttf") format("truetype");
    font-weight: 1000;
    font-style: bold;
}