@tailwind base;

@tailwind components;

@tailwind utilities;

/* latin */
@font-face {
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: local('Bitter-Regular'), url(../extras/fonts/451f452f916c80e8f2b5b07dd08c7088.woff2) format('woff2'),
        url(../extras/fonts/fad34fabd699c19acdb9e1a01f0497e8.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215,
        U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    src: local('Kalam'), local('Kalam-Regular'), url(../extras/fonts/dbc0896c5f37947c5c5719b0c4c30f8e.woff2) format('woff2'),
        url(../extras/fonts/43b1b9bf1f5b25468147f484048ada80.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215,
        U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(../extras/fonts/eabbaac1282874206054b6af85ea95d8.woff2) format('woff2'),
        url(../extras/fonts/c9e9ddf5503f62f364745160124e7461.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215,
        U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'icomoon';
    src: url(../extras/fonts/d2e0d3df3d321f3d7ea4aff927d37fa8.eot);
    src: url(../extras/fonts/d2e0d3df3d321f3d7ea4aff927d37fa8.eot?#iefix93t95v) format('embedded-opentype'),
        url(../extras/fonts/27928692b4fc1d639e62a3cc47f9a671.woff) format('woff'),
        url(../extras/fonts/c9b1ef266b724b6ca0c64affc6bc1ff8.ttf) format('truetype'),
        url(../extras/fonts/06df9c3f56ed48827cd38b94f30847e7.svg#icomoon) format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-circle-cross:before {
    content: '\e600';
}

.icon-shopping-cart:before {
    content: '\e602';
}

.bitter {
    font-family: 'Bitter', 'Roboto', san-serif !important;
}

.raleway {
    font-family: 'Raleway', 'Roboto', sans-serif !important;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.kalam {
    font-family: 'Kalam', cursive !important;
}

