@font-face {
    font-family: 'Kotama Uniforma Trial';

        src: url('../fonts/KUniformaTrial-90Black.woff2') format('woff2'),
            url('../fonts/KUniformaTrial-90Black.woff') format('woff');
		font-style: normal;
        font-display: swap;
        font-weight: 100 900;
}

@font-face {
    font-family: 'Radio A Treqer';

        src: url('../fonts/RADIO A TREQER.woff2') format('woff2'),
            url('../fonts/RADIO A TREQER.woff') format('woff');
		font-style: normal;
}

@font-face {
    font-family: 'Delight';

        src: url('../fonts/Delight-VF.woff2') format('woff2'),
            url('../fonts/Delight-VF.woff') format('woff');
		font-style: normal;
        font-display: swap;
        font-weight: 100 900;
}


* {
	font-family: 'Delight'!important
	/* font-family: Monaco, Menlo, Consolas, "Courier New", monospace!important; */
}

.treqer {
    font-family:  'Radio A Treqer'!important
}

.kotama {
    font-family: 'Kotama Uniforma Trial';
}

/* icon fonts */

/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
 @font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2") format("woff2"), url("../fonts/bootstrap-icons.woff") format("woff")
}

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.bi-chevron-down::before{content: "\f282"}
.bi-chevron-up::before{content: "\f283"}
.bi-chevron-left::before{content: "\f284"}
.bi-chevron-right::before {content: "\f285"}

.bi-chevron-double-left::before{content:"\f27f"}
.bi-chevron-double-right::before{content:"\f280"}
.bi-eye-slash-fill::before{content:"\f33f"}
.bi-x-lg::before{content:"\f659"}