<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*SC0001123: With the development of different solutions and subsequent products there is a need for the product to introduce CSS styles.
Default CSS will now be used as a redirection tool to determine the different CSS to be used.
Moving forward any changes intended for default css should be added to ClickPortal.CSS.
Also make sure that any changes to the path of these css mentioned below needs to be modified in this file and the createDefaultCSS method on PatchHistory eType as well.
*/
@import url("Fonts/font-awesome/web-fonts-with-css/css/fontawesome-all.min.css");
@import url("../../app/portal/content/ClickPortal.css");
@import url("SF424/SF424.css");
@import url("Applications/Grids/grids.css");
@import url("Applications/clicksolutions.css");
@font-face {
    font-family: RobotoSlab;
    src: url("Fonts/RobotoSlab/RobotoSlab-Regular.ttf");
    font-weight:400;
}
@font-face {
    font-family: RobotoSlabBold;
    src: url("Fonts/RobotoSlab/RobotoSlab-Bold.ttf");
    font-weight:400;
}
@font-face {
    font-family: RobotoSlabLight;
    src: url("Fonts/RobotoSlab/RobotoSlab-Light.ttf");
    font-weight:400;
}
@font-face {
    font-family: RobotoSlabThin;
    src: url("Fonts/RobotoSlab/RobotoSlab-Thin.ttf");
    font-weight:400;
}</pre></body></html>