/* addon.css */

@font-face {
   font-family: 'GTSectra';
   src: url(../fonts/GTSectra-Book.woff2)format('woff');
}

@font-face {
   font-family: 'LibreBodoni';
   src: url(../fonts/LibreBodoni-Italic.otf)format('opentype');
}

/*--------------------Captcha Fonts---------------------*/
@font-face {
   font-family: 'Typewriter';
   src: url(../fonts/junkos-typewriter.ttf)format('truetype');
}

/* Container to hold the captcha */

	#captcha-container {
		display: flex;
		align-items: center;
	}

	#captcha {
		font-size: 25px;
		margin-right: 20px;
		font-family: "Typewriter", sans-serif;
		letter-spacing: 3px;
		vertical-align:middle;
	}

	#refresh-captcha {
		cursor: pointer;
		color: #007bff;
	}