/*
Theme Name: Airi Child
Theme URI: http://athemes.com/theme/airi
Author: aThemes
Author URI: http://athemes.com
Template: airi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: airi
*/

@font-face {
    font-family:'Gotham';
    src: url("webfonts/Gotham-Thin.otf") format("opentype");
    font-weight:100;
}

@font-face {
    font-family:'Gotham';
    src: url("webfonts/Gotham-Light.otf") format("opentype");
    font-weight:300;
}

@font-face {
    font-family:'Gotham';
    src: url("webfonts/Gotham-Book.otf") format("opentype");
    font-weight:400;
}

@font-face {
    font-family:'Gotham';
    src: url("webfonts/Gotham-Medium.otf") format("opentype");
    font-weight:500;
}

@font-face {
    font-family:'Gotham';
    src: url("webfonts/Gotham-Bold.otf") format("opentype");
    font-weight:700;
}

body{
    font-family:'Gotham',sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Gotham',sans-serif;
}

h2{
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
}

a:focus{outline:none;}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover{
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    h2{
        font-size: 20px;
    }

    body{
        font-weight: 300;
        font-size: 14px;
    }
}