@font-face {
font-family: 'Open'; /* Nome del font che utilizzerai nel CSS */
src: url('/Applications/ACADEMY COSE/www.scupacademy.com/www.scupacademy.com/wp-content/themes/generatepress/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('.tff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Anton'; /* Nome del font che utilizzerai nel CSS */
src: url('/Applications/ACADEMY COSE/www.scupacademy.com/www.scupacademy.com/wp-content/themes/generatepress/assets/fonts/Anton-Regular.ttf') format('.tff');
font-weight: normal;
font-style: normal;
}
body{
overflow-x: hidden;
}
body p a{
font-family: 'Open', sans-serif;
}
body h1{
font-family: 'Anton', sans-serif;
}
body h3{
font-family: 'Anton', sans-serif;
color: #801526;
}
.btn-primary{
background-color: white;
text-transform: uppercase;
color: black;
border-color: black;
border-radius: 6px;
padding: 0.5rem 2.5rem;
border-color: #958998;
}
.btn-primary:hover {
background-color: #801526;
border-color: white;
color: white !important;
}
.btn-primary:active {
background-color: #d9d6ed !important;
border-color: #d9d6ed !important;
color: #000000 !important;
}
.card-img-top{
width: 30vw;
}
.entry-title{
display: none;
}
.spacer{
height: 10vw;
}