/* ============================================ Global ======================================= */

@import url('./fontiran.css');
/* @import url("../node_modules/font-awesome/fonts/fontawesome-webfont.eot");
@import url("../node_modules/font-awesome/fonts/fontawesome-webfont.ttf");
@import url("../node_modules/font-awesome/fonts/fontawesome-webfont.woff");
@import url("../node_modules/font-awesome/fonts/fontawesome-webfont.woff2"); */

* {
    box-sizing: border-box;
}

html {
    color: #333333;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth;
}

body {
    font-family: IRANSans, Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    background-color: #B8B8B8;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
    text-decoration: none;
}

p {
    line-height: 2.1;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

input[type='radio'],
input[type='checkbox'] {
    min-width: 16px;
}

select option {
    color: #333333 !important;
}
