* {
    margin: 0;
    padding: 0;
}
#scale_container {
    background-color: #F3B847;
}

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
    url('assets/fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('assets/fonts/CenturyGothic-Bold.woff') format('woff'),
    url('assets/fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Concert One';
    src: local('Concert One'), local('ConcertOne-Regular'),
    url('assets/fonts/ConcertOne-Regular.woff2') format('woff2'),
    url('assets/fonts/ConcertOne-Regular.woff') format('woff'),
    url('assets/fonts/ConcertOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

