/*
Theme Name:		 Nadara - Still Theme
Theme URI:		 https://microsites.nadara.com
Description:	 Nadara - Still Theme
Author:			 Nadara Web Development
Author URI:		 https://microsites.nadara.com
Version:		 2beta
Text Domain:	 nadara
*/


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


html, body {
    height: 100%;

    padding: 0;
    margin: 0;

    cursor: default;

    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none;

    background-color: white;
    color: black;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

#logo {
    position: relative;
}

#logo img {
    width: 300px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.content {
    text-align: center;
    max-width: 700px;
}

.cta, .wp-block-button__link {
    color: white;
    background-color: #002E2C;
    font-weight: 500;
    font-size: 1rem;
}
.cta.link, .wp-block-button__link {
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    border-radius: 30px;

}

