/* Basic styles for the custom profiles */
@font-face {
    font-family: "Rubik";
    src: url('https://app.memoriez.co.il/wp-content/themes/generatepress_child/fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Range of weights available */
    font-stretch: 75% 100%; /* Optional: Range of width if the font supports it */
    font-style: normal; /* Can also add 'italic' if supported */
}
.profile-cover-image {
    width: 100%;
    height: 300px;
    background-size: cover;
}
.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
#logout-button, #login-button {
    padding: 10px 20px;
    margin: 10px;
    background-color: rgba(0,0,0,0.9);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#logout-button:hover, #login-button:hover {
    background-color: #005177;
}