/*!
Theme Name: tatc
Theme URI: http://underscores.me/
Author: Reingier One Africa
Author URI: http://roam
Description: Content website for tatc
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tatc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tatc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Navigation
---------------------------------------------
*/

@font-face {
    font-family: 'Hanken-Book';
    src: url("../ttf/hanken-book.ttf") format("truetype");
}

@font-face {
    font-family: 'Hanken-Light';
    src: url("../ttf/hanken-light.ttf") format("truetype");
}

@font-face {
    font-family: 'Proza-Display';
    src: url("../otf/proza-display-w03-regular.otf") format("truetype");
    src: url("../ttf/proza-display-w03-regular.ttf") format("truetype");
}

ul {
    list-style: none;
    padding: 0;
}

.inner {
    overflow: hidden;
    display: none;
}


li {
    margin: .5em 0;
}

html {
    scroll-behavior: smooth;
    font-family: "Hanken-Light", Inter;
}

.header-text{
    font-family: "Proza-Display";
}

.text-light{
    font-family: "Hanken-Light";
}
.text-book{
    font-family: "Hanken-Book";
}

.header-link-style {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.header-contact-us {
    background: #1F2937;
    font-size: 14px;
    line-height: 20px;
}

.section-bold-text {
    font-weight: 500;
    color: #1F2937;
    line-height: 60px;
}

.section-bold-text > p {
    color: #6B7280;
    line-height: 28px;
    font-weight: 400;
}

.info-text {
    color: #111827;
    font-weight: 400;
    line-height: 40px;
    font-size: 34px;
}

.info-text > p {
    color: #6B7280;
    line-height: 24px;
    font-size: 16px;
}

.partnership-text {
    color: #9CA3AF;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.want-to-partner {
    color: #1F2937;
    line-height: 36px;
    font-size: 28px;
    font-weight: 600;
}

.footer-link {
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}