/*
Theme Name: Manubolu
Author: Het Patel
Description: Custom theme for Manubolu project
Version: 1.0
*/

* {
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    margin: 0 0;
    padding: 0 0;
}

@font-face {
    font-family: 'playFairRegular';
    src: url(./fonts/PlayfairDisplay-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'greatVibes';
    src: url(./fonts/GreatVibes-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 957px;
    margin-inline: auto;
    padding-inline: 15px;
}

.common__subtitle {
    text-align: center;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.3em;
    color: #c1955d;
    font-family: 'greatVibes';
}

@media only screen and (max-width: 768px) {
    .common__subtitle {
        font-size: 1.5rem;
    }
}

.common__title {
    text-align: center;
    line-height: 1.4em;
    font-size: 6.25rem;
    font-weight: 400;
    font-family: 'playFairRegular';
    color: #4c423a;
    margin: 0 0 !important;
}

@media only screen and (max-width: 768px) {
    .common__title {
        font-size: 2.75rem;
        line-height: 1em;
    }
}