﻿
@font-face {
    font-family: 'nunitobold';
    src: url('fonts/Nunito-Bold.woff2') format('woff2'), url('fonts/Nunito-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'nunitobook';
  src: url('fonts/Nunito-Regular.woff2') format('woff2'),
       url('fonts/Nunito-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
    font-family: 'nunitomedium';
    src: url('fonts/Unito-Medium.woff2') format('woff2'), url('fonts/Unito-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


*::-webkit-scrollbar {
width: 2px;
height: 2px;
}
*::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
background: #cecece;
}
*::-webkit-scrollbar-thumb {
background-color: #324b63;
outline: 1px solid #324b63;
}

/*Reset CSS*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
list-style: none;
}
* {
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
outline: none;
}
input, select, option {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}
select::-ms-expand {
display: none;
}
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin: 0;
}
::-webkit-input-placeholder {
opacity:1 !important;
color: #8f949a;
}
::-moz-placeholder {
opacity:1 !important;
color: #8f949a;
}
:-ms-input-placeholder {
opacity:1 !important;
color: #8f949a;
}
:-moz-placeholder {
opacity:1 !important;
color: #8f949a;
}
input:focus, textarea:focus, select:focus {
background-color: transparent;
}



/*Reset CSS*/


