/* Site_Meirfar — self-hosted fonts.
 * Loaded by every page. Only the weights actually used are registered. */

@font-face {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/ChakraPetch/ChakraPetch-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/ChakraPetch/ChakraPetch-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/ChakraPetch/ChakraPetch-Bold.ttf') format('truetype');
}
