/**
* Prompt Font
* Thin : 100
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-Thin.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 100;
}

@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-ThinItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 100;
}


/**
* Prompt Font
* Extra-Light : 200
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-ExtraLight.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 200;
}

@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-ExtraLightItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 200;
}



/**
* Prompt Font
* Light : 300
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-Light.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
}

@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-LightItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 300;
}


/**
* Prompt Font
* Regular : 400
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-Regular.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-Italic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
}

/**
* Prompt Font
* Medium : 500
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-Medium.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
}
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-MediumItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 500;
}


/**
* Prompt Font
* Semi-bold : 500
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-SemiBold.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
}
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-SemiBoldItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 600;
}


/**
* Prompt Font
* bold : 700
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-Bold.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-BoldItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 700;
}


/**
* Prompt Font
* Extra-bold : 800
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-ExtraBold.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 800;
}
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-ExtraBoldItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 800;
}


/**
* Prompt Font
* Extra-bold : 900
*/
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-Black.ttf) format("TrueType");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
}
@font-face{
    font-family: "Prompt";
    src: url(fonts/Prompt/Prompt-BlackItalic.ttf) format("TrueType");
    font-display: auto;
    font-style: italic;
    font-weight: 900;
}