@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
    font-family: 'Uncut Sans';
    src: url('../fonts/Uncut-Sans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Uncut Sans';
    src: url('../fonts/Uncut-Sans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Uncut Sans';
    src: url('../fonts/Uncut-Sans-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Uncut Sans';
    src: url('../fonts/Uncut-Sans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
