/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*FONTS*/
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'SeymourOne';
    src: url('./fonts/SeymourOne-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Tiny5';
    src: url('./fonts/Tiny5-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Caribean';
    src: url('./fonts/Caribean.ttf') format('truetype');
}

@keyframes smooth-appear {
    to {
        right: 0;
        opacity:1;
    }
}
html body {
    font-family: Roboto;
    overflow-x: hidden;
}

body h1,body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: Roboto;
}

#product .tax-shipping-delivery-label {
    display: inline-block;
    font-weight: bold;
}