/* MADE Outer Sans Font Family - Using Thin as default for lightest text */
@font-face {
    font-family: 'MADE Outer Sans';
    src: url('MADE Outer Sans Thin PERSONAL USE.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Outer Sans';
    src: url('MADE Outer Sans Thin PERSONAL USE.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Use Thin variant as the default (400) weight for thinnest body text */
@font-face {
    font-family: 'MADE Outer Sans';
    src: url('MADE Outer Sans Thin PERSONAL USE.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Outer Sans';
    src: url('MADE Outer Sans Light PERSONAL USE.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Outer Sans';
    src: url('MADE Outer Sans Regular PERSONAL USE.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Outer Sans';
    src: url('MADE Outer Sans Bold PERSONAL USE.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Outer Sans';
    src: url('MADE Outer Sans Black PERSONAL USE.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
