/*==========================================================================
CUADRIO FONTS
==========================================================================*/

/*=== AILERON ===*/

@font-face {
    font-family: 'aileron';
    src: url('../fonts/aileron/aileron-bold.eot');
    src: url('../fonts/aileron/aileron-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aileron/aileron-bold.woff2') format('woff2'),
    url('../fonts/aileron/aileron-bold.woff') format('woff'),
    url('../fonts/aileron/aileron-bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'aileron';
    src: url('../fonts/aileron/aileron-regular.eot');
    src: url('../fonts/aileron/aileron-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aileron/aileron-regular.woff2') format('woff2'),
    url('../fonts/aileron/aileron-regular.woff') format('woff'),
    url('../fonts/aileron/aileron-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*=== BRONDON GROTESQUE ===*/

@font-face {
    font-family: 'brandongrotesque';
    src: url('../fonts/brandon-grotesque/brandongrotesque-light.eot');
    src: url('../fonts/brandon-grotesque/brandongrotesque-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/brandon-grotesque/brandongrotesque-light.woff2') format('woff2'),
    url('../fonts/brandon-grotesque/brandongrotesque-light.woff') format('woff'),
    url('../fonts/brandon-grotesque/brandongrotesque-light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'brandongrotesque';
    src: url('../fonts/brandon-grotesque/brandongrotesque-regular.eot');
    src: url('../fonts/brandon-grotesque/brandongrotesque-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/brandon-grotesque/brandongrotesque-regular.woff2') format('woff2'),
    url('../fonts/brandon-grotesque/brandongrotesque-regular.woff') format('woff'),
    url('../fonts/brandon-grotesque/brandongrotesque-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandongrotesque';
    src: url('../fonts/brandon-grotesque/brandongrotesque-bold.eot');
    src: url('../fonts/brandon-grotesque/brandongrotesque-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/brandon-grotesque/brandongrotesque-bold.woff2') format('woff2'),
    url('../fonts/brandon-grotesque/brandongrotesque-bold.woff') format('woff'),
    url('../fonts/brandon-grotesque/brandongrotesque-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}