﻿/* Black */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Black.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 900;
    font-style: normal;
}

/* Black Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-BlackItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 900;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Bold.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: bold;
    font-style: normal;
}

/* Bold Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-BoldItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: bold;
    font-style: italic;
}

/* Extrabold */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Extrabold.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 800;
    font-style: normal;
}

/* Extrabold Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-ExtraboldItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 800;
    font-style: italic;
}

/* Extrathin */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Extrathin.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 100;
    font-style: normal;
}

/* Extrathin Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-ExtrathinItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 100;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Light.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 300;
    font-style: normal;
}

/* Light Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-LightItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 300;
    font-style: italic;
}

/* Regular (Normal) */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Regular.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: normal;
    font-style: normal;
}

/* Regular Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-RegularItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: normal;
    font-style: italic;
}

/* Semibold */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Semibold.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 600;
    font-style: normal;
}

/* Semibold Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-SemiboldItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 600;
    font-style: italic;
}

/* Thin */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-Thin.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 200;
    font-style: normal;
}

/* Thin Italic */
@font-face {
    font-family: 'Averta Standard PE';
    src: url('../fonts/AvertaStdPE-ThinItalic.otf') format('opentype');
    /* Add additional font formats and sources if needed for cross-browser compatibility */
    font-weight: 200;
    font-style: italic;
}