Files
Gainsight/Custom_Templates/customer_templates/Gainsight-Community/styles.css.liquid
2023-07-27 22:20:47 -04:00

19 lines
487 B
Plaintext

/*
Put your custom overlay styles in here
You can use your northpass color palette in this file
{{ color_palette.button_font_color }}
{{ color_palette.button_color }}
{{ color_palette.button_hover_color }}
{{ color_palette.header_font_color }}
{{ color_palette.header_font_hover_color }}
{{ color_palette.header_color }}
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
html, main, body{
font-family: 'Montserrat', sans-serif;
}