export declare const TITLE = "Mistral";
export declare const TEXT_MULTIPLE = 0.75;
export declare const SPACE_MULTIPLE = 0.2;
export declare const COLOR_PRIMARY = "#fd6f00";
export declare const COLOR_GRADIENT = "linear-gradient(to bottom, #F7D046, #F2A73B, #EE792F, #EE792F, #EA3326";
