/* Custom Font-Face Definitions - Generated by com_myui and plg_myui */

/* Meutas Bold - WORKING */
@font-face {
    font-family: 'Meutas Bold';
    src: local('Meutas Bold'),
         url('../fonts/Meutas-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Meutas Medium - WORKING */
@font-face {
    font-family: 'Meutas Medium';
    src: local('Meutas Medium'),
         url('../fonts/Meutas-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Gothiks Book (Regular) */
@font-face {
    font-family: 'Gothiks';
    src: local('Gothiks Book'),
         local('Gothiks-Book'),
         url('../fonts/Gothiks-Book.otf') format('opentype'),
         url('../fonts/Gothiks-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Gothiks SuperLight */
@font-face {
    font-family: 'Gothiks';
    src: local('Gothiks SuperLight'),
         local('Gothiks-SuperLight'),
         url('../fonts/Gothiks-SuperLight.otf') format('opentype'),
         url('../fonts/Gothiks-SuperLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Gothiks Bold */
@font-face {
    font-family: 'Gothiks';
    src: local('Gothiks Bold'),
         local('Gothiks-Bold'),
         url('../fonts/Gothiks-Bold.otf') format('opentype'),
         url('../fonts/Gothiks-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* New Atten Book */
@font-face {
    font-family: 'New Atten';
    src: local('New Atten Book'),
         local('New-Atten-Book'),
         url('../fonts/New-Atten-Book.otf') format('opentype'),
         url('../fonts/New-Atten-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* New Atten Medium */
@font-face {
    font-family: 'New Atten';
    src: local('New Atten Medium'),
         local('New-Atten-Medium'),
         url('../fonts/New-Atten-Medium.otf') format('opentype'),
         url('../fonts/New-Atten-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* New Atten Bold */
@font-face {
    font-family: 'New Atten';
    src: local('New Atten Bold'),
         local('New-Atten-Bold'),
         url('../fonts/New-Atten-Bold.otf') format('opentype'),
         url('../fonts/New-Atten-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Usage Examples */
/*
.meutas-bold {
    font-family: 'Meutas Bold', sans-serif;
}

.meutas-medium {
    font-family: 'Meutas Medium', sans-serif;
}

.gothiks-regular {
    font-family: 'Gothiks', sans-serif;
    font-weight: 400;
}

.gothiks-light {
    font-family: 'Gothiks', sans-serif;
    font-weight: 300;
}

.gothiks-bold {
    font-family: 'Gothiks', sans-serif;
    font-weight: 700;
}

.new-atten-book {
    font-family: 'New Atten', sans-serif;
    font-weight: 300;
}

.new-atten-medium {
    font-family: 'New Atten', sans-serif;
    font-weight: 500;
}

.new-atten-bold {
    font-family: 'New Atten', sans-serif;
    font-weight: 700;
}
*/