/* Auto-generated by BrandCssController — do not edit manually */
:root {
    --brand:              #2e68fc;
    --brand-2:            #f59e0b;
    --brand-hover:        color-mix(in srgb, #2e68fc 85%, #000);
    --brand-light:        color-mix(in srgb, #2e68fc 8%, transparent);
    --brand-gradient:     linear-gradient(135deg, #2e68fc 0%, #f59e0b 100%);
    --brand-gradient-hover: linear-gradient(135deg, color-mix(in srgb, #2e68fc 85%, #000) 0%, color-mix(in srgb, #f59e0b 85%, #000) 100%);
    --brand-primary-rgb:  46, 104, 252;
}

body {
    font-family: 'Hind Siliguri', 'Hind Siliguri', system-ui, sans-serif;
    font-size:   1rem;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Hind Siliguri', 'Hind Siliguri', system-ui, sans-serif;
    font-weight: 700;
}

