@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.sma-btn {
    background-color: #4f56c9;
    border: 0;
    border-radius: 1rem;
    color:white;
}

.sma-btn:hover {
    background-color: #c94f56;
    border: 0;
}

.sma-b {
    font-weight: 700;
}

.sma-i {
    font-style: italic;
}

.color-main {
    color: #4f56c9;
}

.color-alt {
    color: #c94f56;
}