@import 'tokr.css';


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


@font-face {
    font-family: 'tokr-heavy';
    src: url('tokr-heavy.woff') format('woff2'),
    url('tokr-heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tokr-light';
    src: url('tokr-light.woff') format('woff2'),
    url('tokr-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
    width: 100%;

}

body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    height: 100%;
    width: 100%;

}

h1, h2, h3, h4 {
    font-family: 'tokr-heavy', Helvetica, Arial, sans-serif;
    font-weight: normal;
}


a:link, a:visited {
    text-decoration: none;
}

/*
 * 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.
 */

::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;
}

/*
 * 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;
}
/*
 * Clearfix: contain floats
 *
 */

.clear:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}