﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    padding-top: 102px;
    background-color: #FFF3F5 !important;
}

/* NAVBAR */

.navbar {
    background: linear-gradient(to right, #896ED5, #E28191);
}

/* BUTTONS */

.btn {
    padding: 0.75rem 2rem;
    font-weight: bold;
}

.btn-shadow {
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.25);
}

.btn-shadow-bottom {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn-light {
    background-color: #ffffff !important;
    border: none !important;
}

    .btn-light:hover,
    .btn-light:focus,
    .btn-light:active,
    .btn-light:focus-visible {
        background-color: #ffffff !important;
        border: none !important;
    }

.btn-secondary {
    background-color: #E28191 !important;
    border: none !important;
}


/* TEXTS */
h1 {
    font-size: 64px;
}

h2 {
    font-size: 50px;
    font-weight: lighter;
}

h3 {
    font-size: 30px;
    font-weight: normal;
}

h4 {
    font-size: 32px;
    font-weight: bold;
}

.text-primary {
    color: #463971 !important;
}

.text-secondary {
    color: #E28191 !important;
}

.lh-50 {
    line-height: 50px;
}

.fs-20 {
    font-size: 20px;
}

/* BORDERS */

.border-dashed {
    border-style: dashed;
}

.border-secondary {
    border-color: #E28191 !important;
}

.separator {
    height: 10px;
    background: linear-gradient(to right, #896ED5, #E28191);
}

.box-1 {
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
}

.box-play {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.box-shadow-primary {
    box-shadow: 0 4px 20px 10px rgba(70, 57, 113, 0.53);
}

.box-shadow-secondary {
    box-shadow: 4px 5px 13.4px 7px #E28191;
}

.bg-secondary {
    background-color: #E28191 !important;
}

.bg-tertiary {
    background-color: #E0D9F2 !important;
}

.login-box {
    background: linear-gradient(to top, #896ED5, #E28191);
}

input::placeholder {
    color: gray;
    font-style: italic;
}
