@font-face {
    font-family: 'custom';
    src: url('custom.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face{
    font-family: 'custom2';
    src: url('custom.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face{
    font-family: 'custom3';
    src: url('Manrope-Medium.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.c_title{
    font-family: "custom2";
}

.c_content{
    font-family: "custom";
}

.v_content{
    font-family: "custom3";
}