/**********************************************************************/
/**********************************************************************/
/******************************** FONTS *******************************/
/**********************************************************************/
/**********************************************************************/

@font-face {
    font-family: 'Arboria';
    src: url('Arboria-Book.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arboria';
    src: url('Arboria-Bold.ttf') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat Italic';
    font-weight: normal;
    font-style: normal;
    src: url('Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: PeydaNumFa;
    src: url(/assets/fonts/PeydaFaNum-Regular.ttf);
}

@font-face {
    font-family: PeydaBold;
    src: url(/assets/fonts/PeydaFaNum-Bold.ttf);
}

@font-face {
    font-family: Bold;
    src: url(/assets/fonts/Bold\ Regular.otf);
}

@font-face {
    font-family: Gilroy;
    src: url(/assets/fonts/Gilroy-Bold.ttf);
}

.Gilroy { font-family: Gilroy;}

.Bold {font-family: Bold;}

.Bold{
    font-family: PeydaBold;
}