@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/baskervillebtrusbyme_roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Mr_Lonely';
    src: url('../fonts/Mr_Lonely.otf') format('opentype');
    font-weight: italic;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/baskervillebtrusbyme_italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/baskervillebtrusbyme_bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/baskervillebtrusbyme_bolditalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Theater';
    src: url('../fonts/Theaterv04_Bold.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto'; 
    src: local('RobotoCondensed Light'), local('RobotoCondensed-Light'), 
        url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
 
 
@font-face {
    font-family: 'Roboto'; 
    src: local('RobotoCondensed'), local('RobotoCondensed-Regular'), 
        url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto'; 
    src: local('RobotoCondensed'), local('RobotoCondensed-Bold'), 
        url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
 
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Light.ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Medium.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Semibold.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Akshar';
    src: url('../fonts/Akshar-Bold.ttf');
    font-weight: 600;
    font-style: normal;
}