@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100..900&display=swap');
:root {
	/* Color */
    --fttheme-brand: #070052;
    --fttheme-brand-two: #3A0177;
    --fttheme-secondary: #FFB800;
    --fttheme-accent: #FF5D33;

    --fttheme-heading: #1B1818;
    --fttheme-paragraph: #1B1818B2;
	
	--fttheme-border-light: #EAECF0;
    --fttheme-bg-light: #efefef;
	--fttheme-border-D0D5DD :#D0D5DD

	--fttheme-gray-600: #475467;

	--fttheme-title: #03071E;
    --fttheme-title-50: rgba(3, 7, 30, 0.50);
	--fttheme-title-60: rgba(3, 7, 30, 0.60);
    --fttheme-title-70: rgba(3, 7, 30, 0.7);
	--fttheme-title-80: rgba(3, 7, 30, 0.80);
	--fttheme-title-90 : rgba(3, 7, 30, 0.9);

	/* Shades */
	--fttheme-black-100: #1B1818; /* Heading */
	--fttheme-black-90: #1B1818E5;
	--fttheme-black-80: #1B1818CC;
	--fttheme-black-70: #1B1818B2; /* Paragraph */
	--fttheme-black-60: #1B181899;
	--fttheme-black-50: #1B181880;
	--fttheme-black-40: #1B181866;
	--fttheme-white: #fff;
	--fttheme-ff9: #FFFEF9;
	--fttheme-border-1: #ffffff1a;
    --fttheme-border-2: rgba(27, 24, 24, 0.05);
    --fttheme-border-3: #EDEDED;

	--fttheme-section-bg: #F9F8FF;
	--fttheme-section-bg-2: #0E0062;

	--fttheme-success-700: #00A86B;

	/* Fonts */
	--font-heading: "Noto Serif Bengali", "Siyam Rupali", "Roboto", "Arial", "Helvetica", "Monospace";
	--font-inter: "Noto Serif Bengali", "Siyam Rupali", "Roboto", "Arial", "Helvetica", "Monospace";
}

::selection {
    color: var(--fttheme-white);
    background: var(--fttheme-accent);
}

:focus-visible {
    outline: none;
}
