﻿/* Move down content because we have a fixed navbar that is 50px tall */

@font-face {
    font-family: 'Montserrat-VariableFont_wght';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

html, body{
    margin:0;
}

.modi-Text_1 {
    color: #e84464 !important;
    font-weight:600;
}

.modi-Text_2 {
    color: #3a0f49 !important;
    font-weight: 600;
}

.modi-button {
    background-color: #e84464 !important;
    color:#fff !important;
    font-weight: 600 !important;
}

.modi-link, .modi-color {
    color: #e84464 !important;
    cursor:pointer;
}

.modi-background_1 {
    background-color: #e84464 !important;
}

.modi-background_2 {
    background-color: #3a0f49 !important;
}