/*
Theme Name: krymsos
Theme URI: https://hg80.studio/
Author: hg80.studio
Author URI: https://hg80.studio/
Description: krymsos by hg80.studio
Version: 1
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hg80.studio
Tags: 


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

 @font-face {
    font-family: 'ks-l';
    src: local('Roboto'), local('Roboto Light'), 
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Light.eot') format('embedded-opentype'),
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Light.woff') format('woff'),
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
   }
 @font-face {
    font-family: 'ks-r';
    src: local('Roboto'), local('Roboto Regular'), 
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Regular.eot') format('embedded-opentype'),
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Regular.woff') format('woff'),
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
   }
 @font-face {
    font-family: 'ks-b';
    src: local('Roboto'), local('Roboto Bold'), 
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Bold.eot') format('embedded-opentype'),
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Bold.woff') format('woff'),
        url('/wp-content/themes/krymsos/hg-fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}
html{
  background-color: #000533;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
*{
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:hover, *:focus{
  outline: unset;
}
body {
  line-height: 1;
}
p, span{
  line-height: 1.4;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
body table:not( .has-background ) tbody tr:nth-child(2n) td, body fieldset, body fieldset legend,
body table:not( .has-background ) tbody td,
body table tbody td,
body table tbody td{
  background-color: transparent;
}
body table {
  border-collapse: collapse;
  background-color: transparent;
}

body{
    font-family: 'ks-r';
    line-height: 1.5;
    font-weight: normal;
    overflow-x: hidden;
    color: #04061B;
    background: #fff;
    font-size: 14px;
    font-weight: 100;

}
body h1, body h2, body h3, body h4, body h5{
  font-family: 'ks-b';
}
body label,
body h1, body h2, body h3, body h4, body h5, 
body a,body p, body span {
    color:  #000;
    letter-spacing: 0.05em;
}
*:hover, *:focus{
    outline: unset;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: unset;
}
body a{
    text-decoration: unset;
}