﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    box-shadow: none;
    background-color: #C64A15;
    border-color: #C64A15;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
}