/* START Arboria FONTS */
@font-face {
    font-family: 'Arboria Thin';
    src: url('fonts/arboria-thin.woff2') format('woff2'),
         url('fonts/arboria-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria Medium';
    src: url('fonts/arboria-medium.woff2') format('woff2'),
         url('fonts/arboria-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria Light';
    src: url('fonts/arboria-light.woff2') format('woff2'),
         url('fonts/arboria-light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria Book';
    src: url('fonts/arboria-book.woff2') format('woff2'),
         url('fonts/arboria-book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria Bold';
    src: url('fonts/arboria-bold.woff2') format('woff2'),
         url('fonts/arboria-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arboria Black';
    src: url('fonts/arboria-black.woff2') format('woff2'),
         url('fonts/arboria-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* END Arboria FONTS */


/* START PPMori FONTS */
@font-face {
    font-family: 'PP Mori Semibold';
    src: url('fonts/ppmori-semibold.woff2') format('woff2'),
         url('fonts/ppmori-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Mori Regular';
    src: url('fonts/ppmori-regular.woff2') format('woff2'),
         url('fonts/ppmori-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Mori ExtraLight';
    src: url('fonts/ppmori-extralight.woff2') format('woff2'),
         url('fonts/ppmori-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
/* END PPMori FONTS */


/* START Besthiny Signature FONT */
@font-face {
    font-family: 'Besthiny Signature';
    src: url('fonts/besthiny_signature.woff2') format('woff2'),
         url('fonts/besthiny_signature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* END Besthiny Signature FONT */
