@charset "utf-8";

@font-face {
    font-family: 'Bodidota';
    src: local('Bodidota'),
        url('Bodidota.woff') format('woff'),
        url('Bodidota.ttf') format('truetype'),
        url('https://fonts.cdnfonts.com/s/25205/Bodidota.woff');
    font-style: normal;
}

.Bodidota {
    font-family: 'Bodidota', 'Times New Roman', 'Noto Serif' !important;
    font-weight: 400;
}

@font-face {
    font-family: 'Cochin';
    src: local('Cochin'),
        url('Cochin.ttc');
    font-style: normal;
}

.cochin {
    font-family: 'Cochin', 'Times New Roman', 'Noto Serif' !important;
    font-weight: 600;
    letter-spacing: 0.03em;
}

@font-face {
    font-family: 'Miller Display';
    src: local('Miller Display'),
        url('MillerDisplayRegular.otf') format('opentype');
    font-style: normal;
}

.MillerDisplay {
    font-family: 'Miller Display-Regular', 'Times New Roman', 'Noto Serif' !important;
    font-weight: 500;
    letter-spacing: 0.03em;
}


@font-face {
    font-family: 'Optima_Medium';
    src: local('Optima_Medium'),
        url('Optima_Medium.ttf') format('truetype');
    font-style: normal;
}

.Optima_M {
    font-family: 'Optima_Medium', 'Times New Roman', 'Noto Serif' !important;
    font-weight:normal;
}

@font-face {
    font-family: 'OPTIMA_B';
    src: local('OPTIMA_B'),
        url('OPTIMA_B.TTF') format('truetype');
    font-style: normal;
}

.Optima_B {
    font-family: 'OPTIMA_B', 'Times New Roman', 'Noto Serif' !important;
    font-weight: 700;
}

