Remove unused font-family variables

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 12:15:08 +08:00
parent ca3b6c7aca
commit 53c97086e6

View file

@ -5,7 +5,6 @@ $backgroundColor: #1b7278
$backgroundColorHover: color.adjust($backgroundColor, $blackness: 11%)
$coffeeColor: #1a726e
$coffeeColorHover: color.adjust($coffeeColor, $lightness: 11%)
$fontFamily: 'Inter', sans-serif
.button
border: none
@ -16,7 +15,6 @@ $fontFamily: 'Inter', sans-serif
color: #ffffff
background-color: $backgroundColor
cursor: pointer
font-family: $fontFamily
transition: background-color 0.2s ease-out
&:hover
@ -35,7 +33,6 @@ $fontFamily: 'Inter', sans-serif
color: #ffffff
background-color: $coffeeColor
cursor: pointer
font-family: $fontFamily
transition: all 0.2s ease-out
&:hover