@charset "UTF-8";

/* Carnero */
@font-face {
    font-family: 'Carnero';
    src: url('../fonts/carnero/Carnero-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal; 
}
@font-face {
    font-family: 'Carnero';
    src: url('../fonts/carnero/Carnero-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal; 
}
@font-face {
    font-family: 'Carnero';
    src: url('../fonts/carnero/Carnero-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal; 
}
@font-face {
    font-family: 'Carnero';
    src: url('../fonts/carnero/Carnero-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal; 
}
@font-face {
    font-family: 'Carnero';
    src: url('../fonts/carnero/Carnero-Black.woff') format('woff');
    font-weight: 700;
    font-style: normal; 
}