﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

::-webkit-scrollbar {
    width: 12px;
    background-color: #FFFFFF;
        }

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #a288af;
        }
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
        }
        
        
body
{
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
	background-color:#FFFFFF;
	color:#303030;
}

a
{
    color:#a288af;
    font-weight:700;
    text-decoration:none;
    transition: color 0.5s ease-in-out; /* Transition the color property over 0.5 seconds with ease-in-out timing function */
}

a:hover
{
	color:#7d5e8c;
    border-bottom:0px;
}


.title-bottom-new {
    font-size: 36pt!important;
    margin-top: 10px!important;
    margin-bottom: 5px!important;
    font-weight: 300!important;
	font-family: 'Playfair Display', sans-serif;
}

.paragraph-new {
    margin-bottom: 10px!important;
    font-size: 14pt!important;
	font-family: 'Playfair Display', sans-serif;
    font-weight: 300!important;
}

.footer-new {
    text-align: center!important;
    font-size: 9pt!important;
	font-family: 'Playfair Display', sans-serif;
    font-weight: 700!important;
}