﻿@charset "UTF-8";
[data-gd-ico],
*:not(body):not(html).gd-ico {
	display: inline-block;
}

[data-gd-ico]::before,
.gd-ico::before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "gd-icons" !important;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 0;
	speak: none;
	text-transform: none !important;
	font-display: swap;
}

[data-gd-ico]::before {
	content: attr(data-gd-ico);
}

