﻿@charset "utf-8";

.wp-block-button__link {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 55, 60);
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-file__button {
    background: rgb(50, 55, 60);
    color: rgb(255, 255, 255);
    text-decoration: none;
}
