/*
Theme Name: Poris Child
Theme URI: https://www.themewarrior.com/downloads/poris/
Description: Child theme for Poris. Add custom styles here so parent-theme updates do not overwrite them.
Author: M-Krokus
Template: poris
Version: 1.0.0
Text Domain: poris-child
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

body,
button,
input,
select,
textarea {
    font-family: 'Jost', Arial, sans-serif;
}

body,
#main-wrapper {
    background-color: #fff;
}

.site-navigation ul li a {
    font-family: 'Jost', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.site-navigation ul li a:hover,
.widget_categories ul li a:hover {
    color: #2c00dd;
}

#header-nav,
.section-title,
.archive-title {
    border-bottom: 0;
}

.section-title::after,
.archive-title::after {
    height: 0;
}

.button,
.form-submit input,
form input[type="submit"],
form button[type="submit"] {
    background: #000;
}

